do-it Skill
do-it is a Shell AI agent skill for Cursor, Codex with npx. Installable AI coding workflow for risk-based routing, scoped sub-agents, and evidence-backed completion.
How to use do-it Skill
Install or run
npm run build:opencode-plugin
cd plugins/do-it-opencode && npm install # once, if dependencies are missingClient configuration
{
"version": "0.14.0",
"skillTiers": {
"core": [
"do-it-router",
"do-it-code-quality",
"do-it-review",
"do-it-decide",
"do-it-verify"
],
"extended": [
"do-it-handbook",
"do-it-context",
"do-it-skill-authoring"
]
},
"migrations": [
{
"from": "0.4.x",
"actions": []
},
{
"from": "0.5.x",
"actions": []
},
{
"from": "0.6.x",
"actions": []
},
{
"from": "0.7.x",
"actions": []
},
{
"from": "0.8.x",
"actions": []
},
{
"from": "0.9.x",
"actions": []
},
{
"from": "0.10.x",
"actions": []
},
{
"from": "0.11.x",
"actions": []
},
{
"from": "0.12.x",
"actions": []
},
{
"from": "0.13.x",
"actions": []
}
],
"targets": {
"codex": {
"rootEnv": "CODEX_HOME",
"rootDefault": "$HOME/.codex",
"stateFile": ".do-it-install-state.json",
"agentSourceFrom": "agents",
"agentSourceExt": ".toml",
"agentTargetExt": ".toml",
"extras": [
{
"name": "hooks-write-quality-lint",
"kind": "file",
"source": "hooks/write-quality-lint.sh",
"target": "hooks/write-quality-lint.sh"
},
{
"name": "hooks-anti-patterns-lint",
"kind": "file",
"source": "hooks/anti-patterns-lint.sh",
"target": "hooks/anti-patterns-lint.sh"
},
{
"name": "hooks-comments-lint",
"kind": "file",
"source": "hooks/comments-lint.sh",
"target": "hooks/comments-lint.sh"
},
{
"name": "hooks-data",
"kind": "directory",
"source": "hooCompatible clients
What is do-it Skill?
do-it is a Shell AI agent skill for Cursor, Codex with npx. Installable AI coding workflow for risk-based routing, scoped sub-agents, and evidence-backed completion. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- Anthropic provider support
- package.json config support
- manifest.json config support
Technical details
Install or run do-it using npx. Check tdwhere123/do-it for the latest setup command.
- Built for Shell
- Built for Node.js
- Built for Rust
- Install or run with npx
- Works with Cursor
- Works with Codex
- Uses SSE transport
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use do-it Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is do-it?
do-it is a Shell AI agent skill for Cursor, Codex with npx. Installable AI coding workflow for risk-based routing, scoped sub-agents, and evidence-backed completion.
Who is do-it best for?
do-it is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install do-it?
Install or run do-it using npx. Check do-it for the latest setup command.
Is do-it actively maintained?
do-it may need a closer maintenance check before production use.
Auto-fetched from GitHub.