Update or upgrade the agent's own configuration on request — swap the model, add tools or MCP servers, change the image-generation provider/model, or install a new skill. Use when the user says things like "upgrade yourself", "switch your model to X", "use…
lthoangg/OpenAgentd
SkillsMP has collected 14 skills from lthoangg/OpenAgentd. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 14
- GitHub stars
- 208
- GitHub forks
- 36
Skills in this repository
Showing 14 of 14 collected skills.
OpenAgentd testing reference — environment setup, run commands, and fix patterns for backend (pytest) and frontend (Bun/RTL). Load this for running, fixing, or adding coverage to existing tests. For writing a failing test before new code, use…
OpenAgentd workflow for investigating bugs, regressions, sessions, and runtime issues.
Workflow and patterns for inspecting, analyzing, and diagnosing production logs and OTEL telemetry in OpenAgentd.
Install new skills into the agent's skills directory by fetching from a URL or writing from scratch.
OpenAgentd TDD workflow — write a failing test before the code that makes it pass, reproduce a bug with a test before fixing it. Use when implementing any logic, fixing any bug, or changing any existing behavior in backend (pytest) or frontend (Bun/RTL) code.
OpenAgentd workflow for keeping the compact feature catalogue and README aligned with user-visible changes.
Research first, propose a step-by-step implementation plan, and wait for explicit approval before writing any code.
OpenAgentd workflow for version bumps, release PRs, GitHub releases, and release notes.
Semantic search over the retained OpenAgentd feature catalogue and repository instructions using the turbovec experiment index.
Select and create accurate software architecture, workflow, interaction, data, state, and deployment diagrams.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
OpenAgentd workflow for well-formatted, detailed conventional commits.
OpenAgentd five-axis code review workflow — correctness, readability, architecture, security, performance. Use before merging any change, before opening a PR, or when asked to review a diff.