VerifiedGit
v1.0.0

/agent-governance — Agent Capability Management

by @fainir0 pulls
URLopenbooklet.com/s/agent-governance-agent-capability-management
Pinnedopenbooklet.com/s/agent-governance-agent-capability-management@1.0.0
APIGET /api/v1/skills/agent-governance-agent-capability-management

Manage which agents can do what, with approval gates for adding/removing capabilities. From Paperclip's governance framework.

21 skills from this repofainir/best-agent
/agent-governance — Agent Capability Managementviewing
/api-scaffold — Scaffold API Endpointslocal/best-claude-setup/skills/api-scaffold/SKILL.md

Scaffold REST or GraphQL API endpoints with route handlers, validation, types, tests, and documentation stubs. Auto-detects the project's API framework and follows existing code conventions.

/architect - System Design with Tradeoffslocal/best-openclaw-setup/skills/architect/SKILL.md

System design and architecture decision-making. Propose multiple architectures, analyze tradeoffs explicitly, discuss with the user, and document the decision. Never present a single option as the only way.

/auto-decompose — Automatic Task Decompositionlocal/best-claude-setup/skills/auto-decompose/SKILL.md

When a task is too large (L or XL), automatically split it into smaller, independently executable sub-tasks.

/auto-recovery - Service Failure Detection, Diagnosis, and Recoverylocal/best-claude-setup/skills/auto-recovery/SKILL.md

Systematic 6-phase auto-recovery skill. Detect service failures, diagnose root causes from logs and metrics, categorize the failure type, attempt an appropriate fix, verify recovery, and produce an incident report. Safety-first: never touch production databases or auth systems without human approval

/bootstrap-tests — Auto-Create Test Frameworklocal/best-claude-setup/skills/bootstrap-tests/SKILL.md

From gstack's test bootstrapping pattern. When a project has no test framework, automatically detect the stack and set up testing infrastructure.

/browse - Browser Automation via Chrome DevToolslocal/best-openclaw-setup/skills/browse/SKILL.md
/browser-handoff - Human-in-the-Loop Browser Interactionlocal/best-claude-setup/skills/browser-handoff/SKILL.md

When browser automation hits a wall (CAPTCHA, MFA, OAuth, complex multi-step auth), hand control to the user instead of failing. Based on gstack's browser handoff pattern.

/careful - Safety-First Execution Modelocal/best-claude-setup/skills/careful/SKILL.md

A protective mode that warns and asks for explicit confirmation before any destructive operation. When enabled, the agent creates checkpoints, logs all dangerous actions, and requires human approval before proceeding.

/changelog — Auto-Generate Changelogslocal/best-claude-setup/skills/changelog/SKILL.md

Generate structured changelogs from git history using conventional commit parsing. Categorizes commits by type, groups them into Keep a Changelog sections, includes PR links, and optionally writes to CHANGELOG.md.

/company — Autonomous Long-Running Project Operationslocal/best-claude-setup/skills/company/SKILL.md

Initialize and manage long-running projects with workstreams, recurring operations, and autonomous execution loops. Works for companies, SaaS, open source, agencies, research, or any ongoing effort.

/computer-use - Desktop Computer Use (Screenshot + Mouse + Keyboard)local/best-claude-setup/skills/computer-use/SKILL.md
/crm — CRM and Sales Pipeline Managementlocal/best-claude-setup/skills/crm/SKILL.md

Manage your sales pipeline, score leads, track contacts, and generate sales reports. Detects your CRM platform (Salesforce, HubSpot, Pipedrive) or operates in local mode using markdown files as the data source. All operations work without a CRM platform configured.

/cross-review - Multi-Model Code Reviewlocal/best-claude-setup/skills/cross-review/SKILL.md

Get an independent code review from a different model for critical changes. Catches blind spots that a single model misses. Based on gstack's multi-AI review pattern.

/dashboard — Generate Project Dashboard from Live Statelocal/best-openclaw-setup/skills/dashboard/SKILL.md

Scans the actual project — plan files, package.json, git history, source tree — and generates (or regenerates) the HTML dashboard and knowledge base with real data. Opens the result in a browser.

/data-analysis - Data Exploration, Analysis, and Reportinglocal/best-claude-setup/skills/data-analysis/SKILL.md

Systematic 5-phase data analysis methodology. Discover the data, explore its structure, answer the question, visualize the results, and deliver a report. Every analysis produces re-runnable Python scripts and actionable insights.

/deploy — Deploy to Productionlocal/best-openclaw-setup/skills/deploy/SKILL.md

Full autonomous deployment from local code to a live production URL. Detects the project type, runs pre-deploy checks, sets up hosting, configures environment variables, deploys, and verifies the live site. Supports Vercel, Railway, Netlify, and Docker.

/design — Design Asset Management and Figma Integrationlocal/best-claude-setup/skills/design/SKILL.md

Inspect Figma designs, export assets, extract design tokens, compare design versions, and manage project design assets. Requires `FIGMA_TOKEN` for Figma integration. Without it, operates on local assets and can generate CSS from screenshots.

/desktop - macOS Desktop Automationlocal/best-claude-setup/skills/desktop/SKILL.md
/error-trace — Systematic Error Tracinglocal/best-claude-setup/skills/error-trace/SKILL.md

Perform systematic error analysis to find the root cause of failures, not just the symptoms.

/eval-skill — Skill Quality Evaluationlocal/best-claude-setup/skills/eval-skill/SKILL.md

Evaluate the quality of a skill, agent, or hook. From wshobson/agents PluginEval pattern. Scores across multiple dimensions to identify weak components.

Auto-indexed from fainir/best-agent

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0