بنقرة واحدة
skill-template
Template for creating new skills following VS Code Agent Skills standard
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Template for creating new skills following VS Code Agent Skills standard
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Archive completed plans and clean workspace using CLI commands
Query up-to-date 3rd-party framework/library documentation using Context7 MCP
Create and modify AIKnowSys sessions and plans using mutation commands
Query AIKnowSys knowledge system (READ operations only - plans, sessions, context search)
AI-assisted workflow for sharing personal patterns with the team. Detects valuable patterns, checks duplicates, and guides sharing decisions.
Review AIKnowSys deliverables (skills, stack templates, documentation) using Context7 MCP for current framework documentation. Use for monthly quality reviews, pre-release validation, or when frameworks release major versions.
استنادا إلى تصنيف SOC المهني
| name | _skill-template |
| maintainer | true |
| description | Template for creating new skills following VS Code Agent Skills standard |
Trigger words:
Use this skill when:
Before starting, ensure:
Required knowledge:
Required tools:
Goal: {{STEP_1_GOAL}}
Actions:
Example:
{{STEP_1_EXAMPLE}}
Validation:
{{STEP_1_VALIDATION_CMD}}
Expected output: {{STEP_1_EXPECTED_OUTPUT}}
Goal: {{STEP_2_GOAL}}
Actions:
Example:
{{STEP_2_EXAMPLE}}
Goal: {{STEP_3_GOAL}}
Actions:
Run these commands to verify everything works:
{{FINAL_VALIDATION_CMD_1}}
{{FINAL_VALIDATION_CMD_2}}
{{FINAL_VALIDATION_CMD_3}}
Expected results:
Problem: {{PITFALL_1_DESCRIPTION}}
Symptom: {{PITFALL_1_SYMPTOM}}
Solution: {{PITFALL_1_SOLUTION}}
Example:
// ❌ Wrong
{{PITFALL_1_WRONG_EXAMPLE}}
// ✅ Correct
{{PITFALL_1_CORRECT_EXAMPLE}}
Problem: {{PITFALL_2_DESCRIPTION}}
Solution: {{PITFALL_2_SOLUTION}}
If something goes wrong:
Verification:
{{ROLLBACK_VERIFICATION_CMD}}
Scenario: {{EXAMPLE_1_SCENARIO}}
Steps taken:
Result: {{EXAMPLE_1_RESULT}}
Code:
{{EXAMPLE_1_CODE}}
Scenario: {{EXAMPLE_2_SCENARIO}}
Outcome: {{EXAMPLE_2_OUTCOME}}
Related documentation:
Related skills:
External resources:
To create a skill from this template:
Copy this directory:
cp -r .github/skills/_skill-template .github/skills/your-skill-name
Replace all {{PLACEHOLDERS}} with actual content:
{{SKILL_NAME}} - Name of your skill{{TRIGGER_WORD_*}} - Words that should trigger this skill{{STEP_*_TITLE}} - Step names{{*_EXAMPLE}} - Real code examples{{*_CMD}} - Actual commands to runRemove/add steps as needed for your workflow
Fill in examples with real scenarios from your project
Test the workflow by following the steps yourself
Update AGENTS.md to map trigger words to this skill
Delete this "Customization Instructions" section
Part of the Knowledge System Template. See README for full documentation.