DevSpeak public skills package common technical translation workflows into reusable instructions for MCP-capable agents.
The primary documented path is Claude Code plus the official DevSpeak MCP server, but the same workflow guidance can also be paired with Claude Desktop, Cursor, Gemini CLI, Antigravity, and other hosts that can combine prompt packs with MCP runtime access.
The public repository currently ships four workflow-specific skills:
devspeak-readmedevspeak-docsdevspeak-commentsdevspeak-release-notesEach skill tells the agent when to use DevSpeak and which MCP tools to call for that job.
@devspeak/mcp from npm.You will need:
Use the public GitHub repository to confirm what is currently published:
`` npx skills add devspeak-dev/devspeak-skills --listbash
`Install all DevSpeak skills
`bash
npx skills add devspeak-dev/devspeak-skills
`
This installs the skills for your current project or agent environment, depending on how your skills CLI is configured.Install a single skill
If you only want one workflow, install it directly:
`bash
npx skills add devspeak-dev/devspeak-skills --skill devspeak-readme -y
`What happens after install
Once installed, your agent can combine the DevSpeak skill instructions with the DevSpeak MCP tools. For example:
guides Markdown-preserving README translation. focuses on comments and docstrings without changing executable code.After the skills are installed, continue to the MCP configuration guide so your agent can actually call the DevSpeak tools at runtime.