lofcz / ability-generator
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/ability-generator && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3583" && unzip -o skill.zip -d .claude/skills/ability-generator && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/ability-generator/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
This skill generates markdown skill templates to be later used.
0 views
0 installs
Skill Content
--- name: Ability Generator description: This skill generates markdown skill templates to be later used. --- ## Skill Generation Workflow Copy this checklist and track your progress: ``` Skill Generation Progress: - [ ] Step 1: Define skill requirements - [ ] Step 2: Generate skill template - [ ] Step 3: Review and refine template - [ ] Step 4: Create structured summary ``` ## **Step 1: Define skill requirements** Review the provided specifications for the skill. Note the main functionalities and expected outcomes. ## **Step 2: Generate skill template** Using the defined requirements, create a markdown skill template that outlines the skill's name, description, and workflow. ## **Step 3: Review and refine template** Go through the generated template to ensure it meets the defined requirements. Make adjustments as necessary. ## **Step 4: Create structured summary** Organize the skill template by sections. Include: - Skill name - Description - Workflow steps - Any additional notes or considerations