Skip to content

Repository files navigation

Linearleaf Agent Skills

VS Code Agent Skills Agent Skills Standard License

🚀 Professional VS Code Agent Skills Collection

Language: English | 中文(README_CN.md)


📖 Overview

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.

🧭 Method Philosophy (from AUTHOR_NOTE)

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

🎯 Available Skills

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"

🚀 Quick Start

1) Installation

Option 1: Clone the entire repository

git clone https://github.com/Linearl/linearleaf_skill_repo.git

Option 2: Add as a Git submodule

git submodule add https://github.com/Linearl/linearleaf_skill_repo.git .skills

Option 3: Copy specific skill folders

Copy only what you need (for example, analysis_code/, debug_code/).

2) Enable Agent Skills

{
  "chat.useAgentSkills": true
}

3) Use

Skills are dynamically loaded based on your request context.

📚 Skill Highlights

🔍 analysis_code

  • 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

🛠️ code-audit-fix

  • 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

🐛 debug_code

  • 6-step debugging cycle methodology
  • Structured root-cause investigation
  • Validation and closure records

🔧 refactor_code

  • Three-tier planning for progressive refactoring
  • P0–P3 priority control
  • Safe staged execution

📁 file_organize

  • Priority-oriented organization
  • Type-oriented organization
  • Timeline-oriented organization

📊 version_compare

  • Version difference analysis
  • Change impact assessment
  • Update log generation
  • ask_questions-guided module prioritization
  • Sub-agent parallel module analysis

🎬 html-deck-pipeline-skill

  • 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 (--watch mode)
  • Storyboard-first workflow with per-page file generation
  • 6-stage pipeline with quality gates (inquire → architect → storyboard → generate → verify → archive)

🏗️ skill_builder

  • IPD-driven skill design process
  • Skill design pattern library
  • Quality assurance checklist

💰 invest_analysis

  • Sector selection and trend identification
  • Supply chain deep analysis
  • Financial report verification
  • Timing analysis and risk assessment
  • Cross-model validation

🔗 Related Links

📜 License

MIT License - See LICENSE for details.

🤝 Contributing

Contributions are welcome. Feel free to open issues and pull requests.


Made with ❤️ by Linearleaf

About

skill-formed workflow

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages