Template
A collection of reusable Agent Skills that extend AI coding agents with specialized capabilities — multi-agent orchestration, workflow automation, tool integrations, and more. Following the Agent Skills format. Built for the MarecGents ecosystem.
npx -y skills add MarecGents/marec-agent-skills --skill templateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A clear, specific description of what this skill does and when an agent should activate it. Include relevant keywords so agents can match it to user requests. Max 1024 characters.
SKILL.md
1.3 KB, as published. Nobody here has run it
Your Skill Name
Brief introduction explaining what this skill helps the agent accomplish.
When to Use
- Scenario or request pattern 1
- Scenario or request pattern 2
- Scenario or request pattern 3
Instructions
Provide step-by-step instructions the agent should follow when this skill is activated. Be specific and prescriptive.
Step 1: Understand the request
- Guideline or sub-step A
- Guideline or sub-step B
Step 2: Execute
- Action 1
- Action 2
Step 3: Verify
- Check result
- Confirm with user if needed
Examples
Example 1: Typical usage
User input: "..."
Agent should: ...
Example 2: Edge case
User input: "..."
Agent should: ...
Notes
- Edge cases or caveats the agent should watch for
- Any constraints or limitations
- References to related files in
references/orscripts/