🚀 Professional VS Code Agent Skills Collection
Language: English | 中文(README_CN.md)
Linearleaf Agent Skills is a collection of skill packages compliant with the Agent Skills open standard, providing GitHub Copilot and Claude Code with systematic capabilities for code analysis, debugging, refactoring, file organization, version comparison, HTML presentation generation, and skill building.
🔄 Project Evolution: This repository is the standardized Agent Skills evolution of copilot_workflows.
We are not inventing an entirely new collaboration logic. We are translating proven human organizational practices into AI collaboration engineering:
- Workflow is the methodological core: it keeps complex tasks controllable, reviewable, and reusable.
- Skill is the standardized shell: dynamic loading improves adoption and reduces manual wake-up overhead.
- Multi-agent collaboration requires workspace structure: team-level workspace + per-agent subspace enables “docs as communication,” lowering coordination bandwidth.
👉 See: AUTHOR_NOTE.md
| Skill | Description | Trigger Examples |
|---|---|---|
| 🔍 analysis_code | Systematic code analysis | "analyze this code", "code quality assessment" |
| 🛠️ code-audit-fix | Defect scanning and staged batch remediation | "audit and fix code issues", "scan defects and repair in batches" |
| 🐛 debug_code | Systematic debugging | "help me debug", "fix this error" |
| 🔧 refactor_code | Systematic refactoring | "refactor code", "improve architecture" |
| 📁 file_organize | Systematic file organization | "organize files", "clean up directory" |
| 📊 version_compare | Systematic version comparison | "compare versions", "change analysis" |
| 💰 invest_analysis | A-share investment analysis | "analyze this sector", "verify financial report" |
| 🎬 html-deck-pipeline-skill | End-to-end HTML deck with website skeleton, WYSIWYG editor, 4-theme system | "long deck with style control", "website skeleton with editor", "page-per-file with preview" |
| 🏗️ skill_builder | Meta-skill - Create new skills | "create skill", "design skill" |
Option 1: Clone the entire repository
git clone https://github.com/Linearl/linearleaf_skill_repo.gitOption 2: Add as a Git submodule
git submodule add https://github.com/Linearl/linearleaf_skill_repo.git .skillsOption 3: Copy specific skill folders
Copy only what you need (for example, analysis_code/, debug_code/).
{
"chat.useAgentSkills": true
}Skills are dynamically loaded based on your request context.
- Code quality assessment
- Performance analysis
- Architecture review
- Technical debt identification
- ask_questions-guided checkpoints for stage scope and priority confirmation
- Sub-agent parallel acceleration after the first round
- Project-wide defect scanning and prioritization
- Batch-by-priority remediation workflow
- Multi-round cross-review before and after fixes
- CI-ready non-interactive execution and result contract
- 6-step debugging cycle methodology
- Structured root-cause investigation
- Validation and closure records
- Three-tier planning for progressive refactoring
- P0–P3 priority control
- Safe staged execution
- Priority-oriented organization
- Type-oriented organization
- Timeline-oriented organization
- Version difference analysis
- Change impact assessment
- Update log generation
- ask_questions-guided module prioritization
- Sub-agent parallel module analysis
- End-to-end HTML deck pipeline with website skeleton output
- CSS 3-layer architecture (tokens → fontsize → base → components)
- 4 themes × 3 fontsize schemes, config-driven switching
- WYSIWYG style editor (drag-reorder, multi-select align, text editing, undo/redo)
- One-click HTML export + PPTX export (with Playwright fallback)
- Local preview server with hot-reload (
--watchmode) - Storyboard-first workflow with per-page file generation
- 6-stage pipeline with quality gates (inquire → architect → storyboard → generate → verify → archive)
- IPD-driven skill design process
- Skill design pattern library
- Quality assurance checklist
- Sector selection and trend identification
- Supply chain deep analysis
- Financial report verification
- Timing analysis and risk assessment
- Cross-model validation
- 中文文档(README_CN.md)
- Author Note / Philosophy
- Agent Skills Open Standard
- VS Code Agent Skills Documentation
- Original Workflow Project (Deprecated)
MIT License - See LICENSE for details.
Contributions are welcome. Feel free to open issues and pull requests.
Made with ❤️ by Linearleaf