Agent Skill
2/7/2026implement-agent-skill
Central meta-skill for creating and unifying all Agent Skills. Orchestrates specialized meta-skills for analysis, workflows, tools, and scaffolding.
Y
yu
0GitHub Stars
1Views
npx skills add yu-iskw/agentic-workloads
SKILL.md
| Name | implement-agent-skill |
| Description | Central meta-skill for creating and unifying all Agent Skills. Orchestrates specialized meta-skills for analysis, workflows, tools, and scaffolding. |
name: implement-agent-skill description: Central meta-skill for creating and unifying all Agent Skills. Orchestrates specialized meta-skills for analysis, workflows, tools, and scaffolding.
Implement Agent Skill
This central skill guides the creation of high-quality Agent Skills by orchestrating specialized meta-skills and providing shared standards.
Purpose
To ensure all Agent Skills in this project follow the Agent Skills Specification and maintain high consistency, reliability, and security.
Workflow
- Identify Skill Type: Determine what kind of skill you are building.
- Consult Standards: Review shared best practices.
- Execute Specialized Workflow:
- Analysis: Identify analysis task -> Research tools (
--help) -> Create directory -> Useanalysis.mdtemplate. - Workflow: Identify process -> Check command help (
--help) -> Create directory -> Useworkflow.mdtemplate. - Scaffold: Identify component -> Check scaffolding tools (
--help) -> Create directory -> Usescaffold.mdtemplate. - Tool Wrapper: Identify tool -> Check help message (
--help) -> Create directory -> Usetool-wrapper.mdtemplate. - Meta: Identify goal -> Verify dependencies in sub-skills -> Create directory -> Use
meta.mdtemplate.
- Analysis: Identify analysis task -> Research tools (
Standards & Templates
- Best Practices: references/best-practices.md
- Shared Templates: Found in
assets/templates/.
Creation Guidelines
When creating a new skill, always use one of the specialized meta-skills. They have been refactored to pull standards and templates from this central skill.
Skills Info
Original Name:implement-agent-skillAuthor:yu
Download