Agent skill · Content & Marketing

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.

Affitorgithub.com/AffitorGitHub ↗
claude-codecursorMIT
Install
npx skills add Affitor/affiliate-skills --skill template --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: your-github-handle
Requires: Claude Code, ChatGPT, Gemini CLI, Cursor, Windsurf, OpenClaw, any AI agent
Path: template/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 586
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Stage
  2. When to Use
  3. Input Schema
  4. Workflow
  5. Step 1: Gather Context
  6. Step 2: Execute Core Task
  7. Step 3: Format and Deliver
  8. Output Schema
  9. Output Format
  10. Error Handling
  11. Examples
  12. Flywheel Connections
  13. Feeds Into
  14. Fed By
More from affiliate-skills
All skills →
About this skill
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.

Keep going