Skip to main content

One MCP server that auto-serves skills to agentic coding tools

Project description

auto-skill-mcp

One MCP server that auto-serves skills to agentic coding tools. Connect once, get expert guidance on any task.

Quick start

pip install auto-skill-mcp

# or with uv
uvx auto-skill-mcp

Agent configuration

Add to your MCP config (e.g. claude_desktop_config.json, .cursor/config.json, or .vscode/mcp.json):

{
  "mcpServers": {
    "auto-skill-mcp": {
      "command": "uvx",
      "args": ["auto-skill-mcp"]
    }
  }
}

How it works

Your coding agent calls analyze_task() at the start of any task. The server classifies the task intent via TF-IDF matching, finds the most relevant skills from a bundled library (~43 curated guides), and returns a structured plan with recommendations.

No manual skill installation. No /skill-name commands to remember. One connection.

Tools

Tool Description
analyze_task [REQUIRED] Call first — classifies intent, returns plan + matched skills
get_skill Load full SKILL.md body for a specific skill
list_skills Browse all skills, optionally filtered by category
search_skills Search skills by keyword or topic

Typical flow

1. agent calls analyze_task("review PR #42", goal="find security bugs")
   → task_type: "security", complexity: "medium"
   → recommends: security-audit, code-review, testing
2. agent calls get_skill("security-audit")
   → gets full guidance on security review process
3. agent uses the guidance to perform the task

Skills included (~43)

Category Skills
Code quality code-review, debugging, testing, refactoring, code-simplification, error-handling, technical-debt-management, performance-optimization
Architecture & security api-design, database-design, architecture-decisions, dependency-management, security-audit, secrets-management, input-validation, authentication-patterns
DevOps & git ci-cd-setup, docker-best-practices, monitoring-setup, incident-response, migration-planning, git-workflow, commit-messages, pr-description
Frontend & backend react-patterns, css-layout, accessibility, state-management, form-design, rest-api-design, graphql-patterns, webhook-design, rate-limiting
Docs & general writing-docs, api-documentation, readme-crafting, adr-writing, caching-strategies, bundle-optimization, query-optimization, changelog-generation, pair-programming, on-call-handbook

Development

pip install -e ".[dev]"
pytest tests/ -v
ruff check src/ tests/
mypy src/auto_skill_mcp/

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

auto_skill_mcp-0.2.0.tar.gz (43.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

auto_skill_mcp-0.2.0-py3-none-any.whl (57.7 kB view details)

Uploaded Python 3

File details

Details for the file auto_skill_mcp-0.2.0.tar.gz.

File metadata

  • Download URL: auto_skill_mcp-0.2.0.tar.gz
  • Upload date:
  • Size: 43.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for auto_skill_mcp-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ec7c59dc6e421f6b9ebe4c0656a8f280864ec0ca4a74c82589131bbcc7a43da0
MD5 ce9143f4c07566c776a675d2c1bce7ff
BLAKE2b-256 7d664723163b86145722663760ffc820ded05225e6409045f94c6ea1d96db8f1

See more details on using hashes here.

File details

Details for the file auto_skill_mcp-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: auto_skill_mcp-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 57.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for auto_skill_mcp-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a370f899919700bd8e1df5eab7440c86533f90d6e040fbf767ed9c248a57bd71
MD5 1f063cfc91409c4f402edbc508c06d81
BLAKE2b-256 36637a6fdf8fa31ff9c3978a2fd4280e2eec9c179a32d639832ae4fbbedf5ece

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page