your-skill-name
Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.
npx skills add Affitor/affiliate-skills --skill template --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Your Skill Name What this skill does in 2-3 sentences. Focus on the outcome, not the process. ## Stage This skill belongs to Stage SX: StageName ## When to Use - Scenario 1 - Scenario 2 - Scenario 3 ## Input Schema ``` { required_field: { # (required) Description name: string # Example value } optional_field: string # (optional, default: "value") Description } ``` ## Workflow ### Step 1: Gather Context What to check first. How to handle missing inputs. ### Step 2: Execute Core Task The main work the skill does. ### Step 3: Format and Deliver How to structure the output. ## Output Schema Other skills can consume these fields from conversation context: ``` { primary_output: string # Main result for downstream chaining secondary_output: string # Additional data for downstream skills } ``` ## Output Format ``` ## [Skill Name]: [Context] ### Section 1 [Main content] ### Section 2 [Supporting content] ``` ## Error Handling - **Missing required input:** How to recover gracefully. - **External data unavailable:** Fallback strategy. - **Edge case:** How to handle unexpected scenarios. ## Examples **Example 1:** [realistic user prompt] → [step-by-step what the skill does] → [expected outpu
- Stage
- When to Use
- Input Schema
- Workflow
- Step 1: Gather Context
- Step 2: Execute Core Task
- Step 3: Format and Deliver
- Output Schema
- Output Format
- Error Handling
- Examples
- Flywheel Connections
- Feeds Into
- Fed By
What does the your-skill-name skill do?
Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.
How do I install it?
Run `npx skills add Affitor/affiliate-skills --skill template --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Affitor/affiliate-skills, a repository with 586 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
