Skip to content
Packages Examples Agents Blog Get started

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.

Terminal window
git clone https://github.com/dbtinoy-/oridecon-skills.git ~/.oridecon-skills
ln -s ~/.oridecon-skills ~/.claude/skills/oridecon

Restart Claude Code. To pin a snapshot instead of a symlink, copy the skill folders you want into ~/.claude/skills/.

Terminal window
git submodule add https://github.com/dbtinoy-/oridecon-skills.git .cursor/rules/oridecon

Or copy individual SKILL.md files into .cursor/rules/. Reference them by name in the prompt.

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.

Terminal window
git clone https://github.com/dbtinoy-/oridecon-skills.git

Point the agent’s rules/instructions path at the clone, or fetch /SKILL.md when you cannot clone.

SkillUse when…
ai-subsystem-quickstartLLMs, RAG, agents, memory, MCP
cli-project-scaffoldingoridecon new project, new package, init, add
cli-code-generationoridecon gen
cli-database-operationsmigrations, seed, backup
cli-config-and-inspectview config, inspect runtime
creating-providers-and-modulesproviders, modules, DI
configuration-managementYAML, env, profiles
using-result-and-error-codesResult[T, E], error codes
database-repository-patternasync SQL, repositories, domains/
caching-patternscache backends, stampede protection
multimedia-generationTTS, music, video, image
auth-and-securityauth, guards, JWT
web-controllers-and-routingHTTP controllers, middleware
real-time-webSSE, HTMX, WebSocket
events-and-messagingCQRS, bus, queues, outbox
resilience-patternsretry, circuit breaker, bulkhead
oridecon-uicomponents, templates, static files
testing-with-orideconTestEnvironment, stubs, fakes

Machine indexes stay on this site: /llms.txt, /agents.md, /llms/index.txt.