Agent skills
The pack is public: github.com/dbtinoy-/oridecon-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 "oridecon-cli>=0.1,<0.2" — 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-/oridecon-skills.git ~/.oridecon-skillsln -s ~/.oridecon-skills ~/.claude/skills/orideconRestart 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-/oridecon-skills.git .cursor/rules/orideconOr copy individual SKILL.md files into .cursor/rules/. Reference them by name in the prompt.
OpenCode
Section titled “OpenCode”Project-scoped — opencode.json:
{ "plugin": ["oridecon-skills@git+https://github.com/dbtinoy-/oridecon-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-/oridecon-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… |
|---|---|
ai-subsystem-quickstart | LLMs, RAG, agents, memory, MCP |
cli-project-scaffolding | oridecon new project, new package, init, add |
cli-code-generation | oridecon gen |
cli-database-operations | migrations, seed, backup |
cli-config-and-inspect | view config, inspect runtime |
creating-providers-and-modules | providers, modules, DI |
configuration-management | YAML, env, profiles |
using-result-and-error-codes | Result[T, E], error codes |
database-repository-pattern | async SQL, repositories, domains/ |
caching-patterns | cache backends, stampede protection |
multimedia-generation | TTS, music, video, image |
auth-and-security | auth, guards, JWT |
web-controllers-and-routing | HTTP controllers, middleware |
real-time-web | SSE, HTMX, WebSocket |
events-and-messaging | CQRS, bus, queues, outbox |
resilience-patterns | retry, circuit breaker, bulkhead |
oridecon-ui | components, templates, static files |
testing-with-oridecon | TestEnvironment, stubs, fakes |
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.1.1 product digest
/SKILL.md— one-file umbrella skill