- Docs
- Core
- Getting started
- Agent skills
Agent skills
The pack is public: github.com/dbtinoy-/quadkit-skills. Each folder is one task (SKILL.md with name + description frontmatter). This docs site also serves a one-file umbrella at /SKILL.md for agents that only fetch a URL (aliases: /.well-known/skill.md, /.well-known/skills/default/skill.md). Pin the framework with uv add "quadkit-cli>=0.0.42,<0.1" — the skill pack is markdown, not a PyPI extra.
If a skill and this site disagree on layout, this site wins: one tree (domains/, app-root di/), no models/ directory. Playbook: For coding agents. Fail vs fix: Common mistakes.
Install
Section titled “Install”Claude Code
Section titled “Claude Code”git clone https://github.com/dbtinoy-/quadkit-skills.git ~/.quadkit-skillsln -s ~/.quadkit-skills ~/.claude/skills/quadkitRestart Claude Code. To pin a snapshot instead of a symlink, copy the skill folders you want into ~/.claude/skills/.
Cursor
Section titled “Cursor”git submodule add https://github.com/dbtinoy-/quadkit-skills.git .cursor/rules/quadkitOr copy individual SKILL.md files into .cursor/rules/. Reference them by name in the prompt.
OpenCode
Section titled “OpenCode”Project-scoped — opencode.json:
{ "plugin": ["quadkit-skills@git+https://github.com/dbtinoy-/quadkit-skills.git"]}Globally — the same plugin entry in ~/.config/opencode/opencode.json. Restart; skills show up on the skill tool.
Anything that reads markdown
Section titled “Anything that reads markdown”git clone https://github.com/dbtinoy-/quadkit-skills.gitPoint the agent’s rules/instructions path at the clone, or fetch /SKILL.md when you cannot clone.
What’s in the pack
Section titled “What’s in the pack”| Skill | Use when… |
|---|---|
cli-project-scaffolding | quadkit new project, new module, init, add |
cli-code-generation | quadkit gen (controllers, services, …) |
cli-config-and-inspect | view config, inspect runtime, diagnose |
creating-providers-and-modules | providers, modules, DI container |
configuration-management | YAML config, env vars, profiles |
using-result-and-error-codes | Result[T, E], error codes, exceptions |
web-controllers-and-routing | HTTP controllers, middleware, OpenAPI |
real-time-web | SSE, WebSocket, EventChannel |
testing-with-quadkit | TestEnvironment, stubs, fakes |
Skills for the private repository’s packages are not part of the public pack.
Machine indexes stay on this site: /llms.txt, /agents.md, /llms/index.txt.
Next Steps
Section titled “Next Steps”- For coding agents — read order, repo map, recipes
- Common mistakes — fail vs fix
- Your First App — scaffold and run
- Changelog — 0.0.42 product digest
/SKILL.md— one-file umbrella skill