Skip to main content
Run any Skill in Manus
with one click
GitHub repository

EvolveSkill

EvolveSkill contains 4 collected skills from bacoco, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
2
updated
2025-10-26
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

mcp-provider
software-developers

Discovers, validates, and integrates Model Context Protocol (MCP) tools into Claude Code skills. Searches MCP catalogs, scores candidates, generates tool configurations, and optionally sets up Docker runtimes. Use when creating skills that need external MCP tool integration.

2025-10-26
forge
software-developers

Claude Code skill creation and validation toolkit. Activates when creating new skills, validating skill structure, or packaging skills for distribution. Provides templates, validation scripts (quick_validate.py), initialization tools (init_skill.py), and packaging utilities (package_skill.py). Use when building custom skills with SKILL.md, scripts, references, or assets. Enforces progressive disclosure (<500 lines), proper YAML frontmatter, and hyphen-case naming.

2025-10-26
synapse
software-developers

Pattern detection and automatic skill recommendation system. Activates when analyzing Cortex memory files, detecting recurring work patterns, or determining if new skills are needed. Analyzes .cortex_log.md, PRD files, and task lists to identify patterns (API calls, testing, deployment, etc.) appearing 5+ times. Generates Synapse_RECOMMENDATIONS.md with prioritized skill suggestions. Use when optimizing workflows or identifying automation opportunities.

2025-10-26
cortex
software-developers

Automatic session tracking and memory system for Claude Code. Activates when working in git repositories to track file changes, commits, and session context. Creates .cortex_log.md (session history), .cortex_status.json (current state), and .cortex_handoff.md (next steps) for session continuity across conversations. Use when needing persistent memory, session handoffs, or work history tracking.

2025-10-26