AgentStack
MCP verified MIT Self-run

Openkata

mcp-tovrleaf-openkata · by tovrleaf

Codified practices for AI agents — teach your agents the way.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add mcp-tovrleaf-openkata

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Openkata? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Open Kata

[](skills/) [](rules/) [](profiles/) [](https://openkata.dev/getting-started/) [](https://github.com/tovrleaf/openkata/actions/workflows/build.yaml) [](https://go.dev/) [](https://github.com/tovrleaf/openkata) [](LICENSE)

Codified practices for AI agents — teach your agents the way.

See the [Manifesto](MANIFESTO.md) for why this exists.

Vocabulary

| Concept | Kata term | Description | |---------|-----------|-------------| | Skills | kata | Codified practices agents follow | | Rules | dojo kun | Always-on constraints applied to every session | | Roles | sensei profiles | Agent role definitions with scoped permissions | | Prompts | kata forms | Standardized templates for commits, PRs, reviews | | ADRs | dojo records | Architecture decisions preserved for the school | | MCP server | the dojo | Where kata are served and practiced | | Framework | the ryu (school) | The complete system of practices |

Design philosophy

Kata in this repo are platform-agnostic. They follow the Agent Skills specification and work with any agent that supports it — Kiro, Claude Code, OpenCode, or others. Skills avoid coupling to specific tooling, MCP servers, or platform-specific features so they remain portable across environments.

Using kata

The fastest way to use kata is via the MCP server — add https://openkata.dev/mcp to your agent config. Zero install, always up-to-date.

For offline or local-first workflows, download and extract skill folders into your project's .agents/skills// directory. Your agent discovers them automatically.

  • Skills live in skills/, rules in rules/, profiles in

profiles/

all available artifacts

for client-specific setup (Kiro, Claude Code, OpenCode, and others)

Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md) for how to add skills and rules. See [AGENTS.md](AGENTS.md) for build commands, code style, and commit conventions. See [RELEASING.md](RELEASING.md) for how to publish skills and deploy.

License

MIT — see [LICENSE](LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.