A portable agent skills toolkit, deployable on Claude Code, Cursor AI, Continue.dev, GitHub Copilot, and OpenAI Codex
npx @hyper_dev/skillsOr install globally:
npm install -g @hyper_dev/skills
hyper-dev-skills./scripts/install.shSelect platform β confirm β done!
| Skill | Description | Category |
|---|---|---|
| bidding-orchestrator | End-to-end hybrid bidding package orchestration | Orchestration |
| bid-evidence-hub | MCP + internet evidence aggregation for bidding | Analysis |
| bid-solution-designer | Baseline vs optimized solution design for proposals | Synthesis |
| bid-quality-gates | Proposal lifecycle quality gate evaluation | Analysis |
| bid-estimator | Best/base/worst PM and hybrid cost range estimation | Analysis |
| bid-staffing-planner | Phase-based staffing strategy generation | Analysis |
| bid-slide-factory | Bid deck brief and slide artifact generation | Documentation |
| deep-codebase-discovery | Orchestrator for full pipeline discovery | Orchestration |
| repo-recon | Analyzing the Repository Structure | Analysis |
| tech-build-audit | Audit tech stack & build system | Analysis |
| module-summary-report | Architecture & Module summary | Synthesis |
| reverse-doc-reconstruction | Create Reverse Documentation from code | Documentation |
| legacy-cpp-porting-guardrails | Port C++ code safely | Porting |
| cpp-java-migration-planner | Dependency-aware module/file/function migration order planning for C++ to Java | Porting |
| cpp-java-pre-porting | Pre-porting analysis and compat-layer design for C++ to Java migration | Porting |
| cpp-java-file-structure-porting | 1:1 file skeleton migration from C++ to Java | Porting |
| cpp-java-function-porting | 1:1 function conversion workflow from C++ to Java | Porting |
| cpp-java-porting-orchestrator | End-to-end orchestration of staged C++ to Java migration | Orchestration |
| bug-impact-analyzer | Bug Analysis & Impact Assessment | Bug Analysis |
| knows | Unified Git + MCP + memory evidence retrieval | Analysis |
| harness-builder | Build AI coding agent harness infrastructure (AGENTS.md, verification, lifecycle) | Infrastructure |
| wiki-generator | Generate structured wiki pages from code and docs (Index, Architecture, Module, API, Setup) | Documentation |
| hi-security | STRIDE + OWASP security audit with MCP-assisted analysis and iterative auto-fix | Security |
| hi-scenario | 12-dimension edge case and scenario explorer before implementation | Analysis |
| hi-plan | Multi-mode technical implementation planning with red-team review | Planning |
| hi-predict | 5-persona pre-analysis debate to catch issues before implementation | Analysis |
π Detailed Usage Guide β β Comprehensive guide for each skill with examples, inputs, outputs, and use cases.
| Platform | Installation | Usage |
|---|---|---|
| Claude Code | --agent claude-code |
/skill deep-codebase-discovery |
| Cursor AI | --agent cursor --scope global |
Ask normally, active via .cursorrules |
| Continue.dev | --agent continue |
Ctrl+Shift+A β Select skill |
| GitHub Copilot | --agent copilot |
Auto-select from .github/skills/* |
| OpenAI CodeX | --agent codex |
Copy prompt to ChatGPT/CodeX |
This will check:
- β Claude Code:
~/.claude/skills/*/ - β Cursor global:
~/.cursorrules - β Cursor local:
.cursorrules - β Continue.dev:
~/.continue/skills/*.json - β Copilot:
.github/skills/*/SKILL.md - β CodeX:
.openai/codex-instructions.md - β Templates:
template/directory with 28 files
agent-skill/
βββ bidding-orchestrator/ # Project bidding orchestrator
β βββ SKILL.md
β βββ contracts/
β βββ examples/
β βββ references/
β βββ scripts/
βββ bid-evidence-hub/
βββ bid-solution-designer/
βββ bid-quality-gates/
βββ bid-estimator/
βββ bid-staffing-planner/
βββ bid-slide-factory/
βββ deep-codebase-discovery/ # Skill directories
β βββ SKILL.md # Main skill definition
β βββ references/ # Supporting docs & playbooks
β β βββ mcp-orchestration-playbook.md
β βββ scripts/ # Skill-specific scripts (optional in source)
βββ repo-recon/
βββ tech-build-audit/
βββ module-summary-report/
βββ reverse-doc-reconstruction/
βββ legacy-cpp-porting-guardrails/
βββ cpp-java-migration-planner/
βββ cpp-java-pre-porting/
βββ cpp-java-file-structure-porting/
βββ cpp-java-function-porting/
βββ cpp-java-porting-orchestrator/
βββ bug-impact-analyzer/
βββ harness-builder/ # AI agent harness engineering
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/ # 6 pattern docs (memory, context, tool-registry...)
β βββ templates/ # 7 harness file templates
β βββ scripts/harness_init.py
βββ wiki-generator/ # Code/docs β structured wiki pages
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/wiki-page-template.md
β βββ templates/ # 5 wiki page templates (index, architecture, module, api, setup)
β βββ scripts/wiki_bootstrap.py
βββ hi-security/ # STRIDE + OWASP security audit
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/stride-owasp-checklist.md
β βββ scripts/secret_scan.py
βββ hi-scenario/ # 12-dimension edge case explorer
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/dimension-checklist.md
βββ hi-plan/ # Multi-mode technical planning
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/ # 5 planning reference docs
βββ hi-predict/ # 5-persona pre-analysis debate
β βββ SKILL.md
β βββ agents/openai.yaml
β βββ references/persona-playbook.md
β
βββ template/ # standard templates (28 files)
β βββ 00_requirements/ # Requirements templates
β β βββ tpl_requirements_spec.md
β β βββ tpl_feature_list.md
β βββ 01_usecase/ # Use case templates
β β βββ tpl_usecase_list.md
β β βββ tpl_usecase_detail.md
β β βββ tpl_usecase_metrics.md
β βββ 02_detail_design/ # Design templates
β β βββ tpl_screen_design.md
β β βββ tpl_api_process_design.md
β β βββ tpl_openapi_spec.yaml
β β βββ tpl_table_design.md
β β βββ tpl_sql_design.md
β β βββ tpl_batch_process_design.md
β βββ 03_system_design/ # Architecture templates
β βββ 04_testing/ # Testing templates
β βββ 05_operations/ # Ops templates
β βββ 06_project_mgmt/ # PM templates
β
βββ scripts/ # Installer & tools
β βββ install.sh # Shell installer (traditional)
β βββ install_agent_kit.py # Python installer (traditional)
β βββ install_agent_kit_with_templates.py # Enhanced installer
β βββ convert_skill.py # Format converter
β βββ skill_parser.py # Shared skill parser
β βββ sync_manifest.py # Manifest sync tool
β βββ smoke_test.sh # Smoke test suite
β βββ verify_install.sh # Verification script
β
βββ test/ # Test artifacts
β βββ TEST_RESULTS.md # Installation and smoke test results
βββ verify/ # Review and verification docs
β βββ QUICK_START.md # Quick start guide
β βββ TEMPLATE_QUICKSTART.md # Template quick start
β βββ TEMPLATE_INSTALLATION_GUIDE.md
β βββ TEMPLATE_INTEGRATION_GUIDE.md
β βββ INSTALLER_README.md
β βββ CROSS_PLATFORM_GUIDE.md
β βββ SECURITY_REVIEW_REPORT.md
β βββ ...
βββ MANIFEST.json # Skill metadata
βββ README.md # This file
β Complete Usage Guide with all 26 skills β
Topics covered:
- β Installation methods (npm, shell, Python)
- β Each skill: purpose, when to use, how to use, inputs, outputs
- β MCP requirements & validation rules
- β Skill chaining workflows
- β Troubleshooting guide
# Quick install
npx @hyper_dev/skills
# Or install globally
npm install -g @hyper_dev/skills
hyper-dev-skillsWhy npm?
- β One-command installation
- β Auto-detects your platforms (Claude Code, Cursor, Copilot, etc.)
- β Self-updates
- β No git clone required
git clone https://github.com/hyper-dev/agent-skill.git
cd agent-skill
./scripts/install.shpython scripts/install_agent_kit_with_templates.py \
--agent claude-code \
--include-templatesClaude Code:
cp -r {bidding-orchestrator,deep-codebase-discovery,...} ~/.claude/skills/GitHub Copilot:
cp -r {bidding-orchestrator,deep-codebase-discovery,...} .github/skills/Cursor:
# Global scope
cp -r .cursorrules ~/.cursorrules
# Local scope (per-project)
cp -r .cursorrules .cursorrules- Fork the repository
- Create feature branch
- Add/modify skills in
*/SKILL.md - Sync manifest:
python scripts/sync_manifest.py - Run smoke tests:
./scripts/smoke_test.sh - Optional verification:
./scripts/verify_install.sh - Submit PR
- Create directory:
your-skill/SKILL.md - Add metadata in YAML frontmatter
- Add references/ if needed
- Review quality using
template/06_project_mgmt/tpl_skill_review_checklist_mcp_first.md - Run
python scripts/sync_manifest.py - Test installer
- MCP Integration: Skills support mind_mcp and graph_mcp
- Context Control: Strategy for large codebases
- Template System: 28 standard templates across 6 categories
- Security: Comprehensive redaction patterns (see SECURITY_REVIEW_REPORT.md)
- Standard Templates:
template/directory with requirements, use cases, design, testing, operations, PM templates - Template Usage: How skills use templates (see TEMPLATE_INTEGRATION_GUIDE.md)
- Template Installation: Installing skills with templates (see TEMPLATE_QUICKSTART.md)
- Skill Review Checklist:
template/06_project_mgmt/tpl_skill_review_checklist_mcp_first.md
- Converter: Convert between skill formats
- Manifest Sync: Keep MANIFEST.json in sync with skills
- Smoke Tests: Validate skill quality
chmod +x ./scripts/install.sh# check installation
ls ~/.claude/skills/*/
# Restart Claude Code CLI# check .cursorrules
cat ~/.cursorrules # global
cat .cursorrules # local
# Restart Cursor editorMIT License - feel free to use and modify