Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
unfreeze
Remove the freeze/guard edit boundary. Restores unrestricted file editing.
DenchHQ/DenchClaw 1,503
-
ship
Release engineering — sync main, run tests, audit coverage, push branch,
open PR. Bootstraps test frameworks if needed. One command from "code complete"
to "PR ready for review".
DenchHQ/DenchClaw 1,503
-
plan-design-review
Design review of plans before implementation. Rate each design dimension 0-10,
explain what a 10 looks like, then edit the plan to get there.
AI Slop detection. Use when reviewing UI/UX plans or design decisions.
DenchHQ/DenchClaw 1,503
-
review
Pre-landing PR review. Analyzes diff for SQL safety, race conditions, LLM trust
boundary violations, conditional side effects, and structural issues.
Auto-fixes obvious issues, asks about complex ones.
Use when reviewing code before merge, or when asked for "code review".
DenchHQ/DenchClaw 1,503
-
canary
Post-deploy monitoring loop. Watches for console errors, performance
regressions, and page failures. Periodic screenshots and anomaly detection.
Use after deploying to production.
DenchHQ/DenchClaw 1,503
-
careful
Safety guardrails — warns before destructive commands. Activate by saying
"be careful" or when working with production systems.
Warns on: rm -rf, DROP TABLE, force-push, git reset --hard, DELETE without WHERE.
DenchHQ/DenchClaw 1,503
-
office-hours
YC Office Hours — forcing questions that reframe the product before code.
Two modes: Startup mode (demand reality, status quo, narrowest wedge) and
Builder mode (design thinking for side projects and hackathons).
Saves a design doc that feeds into plan-ceo-review and plan-eng-review.
Use when asked to brainstorm, explore an idea, or before any planning skill.
DenchHQ/DenchClaw 1,503
-
freeze
Restrict file edits to one directory. Prevents accidental changes outside
scope while debugging or working on a focused task.
Use when you want to scope edits to a specific module or directory.
DenchHQ/DenchClaw 1,503
-
document-release
Update all project documentation to match what was just shipped. Catches stale
READMEs, outdated architecture docs, missing changelog entries.
Use after shipping features or when docs drift from code.
DenchHQ/DenchClaw 1,503
-
qa-only
Same QA methodology as the qa skill but report-only — no code changes.
Use when you want a pure bug report without fixes, or when reviewing
someone else's work.
DenchHQ/DenchClaw 1,503
-
retro
Weekly retrospective with developer stats, shipping streaks, test health
trends, and growth opportunities. Use for weekly check-ins or when asked
for a retrospective.
DenchHQ/DenchClaw 1,503
-
design-review
Design audit of existing code. Same methodology as plan-design-review,
but applies fixes directly with atomic commits and before/after evidence.
Use when asked to audit the visual design of implemented code.
DenchHQ/DenchClaw 1,503
-
benchmark
Performance benchmarking. Baseline page load times, Core Web Vitals, and
resource sizes. Compare before/after on every PR. Catch bundle size
regressions before they ship.
DenchHQ/DenchClaw 1,503
-
plan-eng-review
Engineering architecture review. Lock in data flow, diagrams, edge cases, test
strategy, and failure modes. Forces hidden assumptions into the open.
Use when reviewing technical plans, architecture decisions, or before implementation.
DenchHQ/DenchClaw 1,503
-
qa
Systematically QA test a web application and fix bugs found. Three tiers:
Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic).
Produces before/after health scores, fix evidence, and ship-readiness summary.
Use when testing a feature, finding bugs, or verifying deployments.
DenchHQ/DenchClaw 1,503
-
app-builder
Build and manage DenchClaw apps — self-contained web applications that run inside the workspace with access to DuckDB data, workspace objects, AI chat, and the full DenchClaw platform API.
DenchHQ/DenchClaw 1,503
-
game-builder
Build 2D and 3D games as DenchClaw apps using p5.js, Three.js, Matter.js, and other game libraries. Covers game architecture, sprites, physics, particles, audio, tilemaps, and complete game examples.
DenchHQ/DenchClaw 1,503
-
data-builder
Build data-driven DenchClaw apps with full CRUD access to workspace objects (.object.yaml tables), DuckDB queries and mutations, data dashboards with Chart.js and D3.js, and interactive tools.
DenchHQ/DenchClaw 1,503
-
platform-api
Platform API reference for DenchClaw apps — UI integration, per-app storage, HTTP proxy, real-time events, inter-app messaging, cron scheduling, webhooks, clipboard, context, and widget mode.
DenchHQ/DenchClaw 1,503
-
agent-builder
Build AI-powered DenchClaw apps that interact with the OpenClaw agent — create chat sessions, send and receive messages with streaming, expose app tools for agent invocation, and access agent memory.
DenchHQ/DenchClaw 1,503
-
composio-apps
Connected app tool recipes for Dench Integrations (Gmail, Slack, GitHub, Notion, Google Calendar, Linear, Stripe)
DenchHQ/DenchClaw 1,503
-
database-crm-system
Manage DuckDB CRM data, aggressive relation-linked fields, and synced markdown documents in the workspace. Use when creating or updating objects, fields, entries, foreign-table links, row notes, or entry-linked edit logs.
DenchHQ/DenchClaw 1,503
-
documents
Document management with markdown files, always-on entry documents linked through the documents table, and mutation/edit logs for CRM entries. Use when creating or updating row notes, entry notes, detail pages, or document-linked CRM content.
DenchHQ/DenchClaw 1,503
-
jina-cli
Reads web content and searches the web using Jina AI Reader API. Use when extracting content from URLs, reading social media posts (X/Twitter), or web searching for current information.
geekjourneyx/jina-cli 287