DevSpeak public skills package common technical translation workflows into reusable instructions for MCP-capable agents such as Claude Desktop and Cursor.
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.
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.