The library

Everything we index — ranked by what works, never by stars.

untested
Optimize Tauri desktop app sizeskillEngineeringL2
optimizing-tauri-binary-size · Tauri already produces 3-6MB binaries vs Electron's 120MB—tuning shaves another 30-50% with standard LLVM flags.
untested
Review code for correctnessskillEngineeringL1
reviewer · Distinguishes blocking issues from nits—allows teams to merge without blocking on style when logic is solid.
untested
Conduct security code reviewskillEngineeringL1
security · Severity classification separates critical auth issues from style nits—allows teams to merge without blocking on low-severity findings.
untested
Build and deploy Claude appsskillEngineeringL2
claude-skill · Single API handles database, auth, storage, and compute—saves hours of wiring up 4 separate cloud services.
untested
Automate infrastructure and monitoringskillEngineeringOpsL4
DevOps Engineer · Designs for DORA metrics—deploy frequency, lead time, MTTR, change failure rate—instead of guessing what fast deployment looks like.
untested
Optimize Dockerfiles and container orchestrationskillEngineeringOpsL2
docker-development · Multi-stage builds separate build dependencies from runtime—shaves off 60-80% of image size vs single-stage.
untested
Extract and parse content from URLs and filesskillEngineeringDataL2
parser · Semantic parsing extracts meaning from messy human text—outperforms regex on variants and typos.
untested
Audit code security with AI-powered checksskillEngineeringL2
nsauditor-ai-agent-skill · Security audits when you need multi-framework compliance evidence and vulnerability matching.
untested
Generate, review, and refactor codeskillEngineeringL1
code · Code generation when you need to catch behavioral changes hidden by passing tests.
untested
Automate macOS UI interactions and screenshotsskillOpsEngineeringL2
peekaboo · Headless macOS automation for interacting with native UI elements without public APIs.
untested
Build transactional email systems end-to-endskillEngineeringProductL3
email-template-builder · Email marketing when you need behavioral triggers and lifecycle automation across multiple providers.
untested
Write modern Perl 5.36+ code idiomaticallyskillEngineeringL1
perl-patterns · Perl projects when modernizing pre-5.36 code to idiomatic v5.36+ standards.
untested
Run session-lifecycle agent workflowsskillOpsEngineeringL3
agent-workflow-cli · Multi-step agent coordination when you need session lifecycle and artifact tracking.
untested
Write and test Perl modules with Test2skillEngineeringL2
perl-testing · Perl testing when you need TDD discipline with Test2::V0 and coverage analysis.
untested
Audit and rotate secrets safelyskillOpsEngineeringL2
env-secrets-manager · Secrets management when you need environment-specific configuration.
untested
Manage Agentuity cloud keyvalue namespacesskillOpsEngineeringL2
agentuity-cli-cloud-keyvalue-list-namespaces · Cloud infrastructure operations when you need to list available key-value storage namespaces.
untested
Build Laravel apps with typed models and validationskillEngineeringL2
php-laravel-core · Laravel applications when you need framework patterns and routing architecture.
untested
Add redacted transcripts to GitHub PRsskillEngineeringL2
agent-transcript · Meeting analytics when you need speaker diarization and structured extraction.
untested
Route Laravel tasks to the right specialistskillEngineeringL2
php-laravel-orchestrator · Laravel microservices when you need event-driven orchestration and service coordination.
untested
Integrate Deep Agents into Claude workflowsskillEngineeringL2
deepagents-cli-claude-skill · Developers building custom agents with LangChain Deep Agents CLI integration across multiple Claude surfaces.
untested
Auto-close code reviews with CodexskillEngineeringL2
autoreview · Code review just before commit/ship when you need advisory findings verified against real dependencies.
untested
Keep project documentation in syncskillEngineeringL1
docs-maintenance · Keeping project documentation fresh after feature completion to reduce AI context usage.
untested
Rank agent outputs by metric or judgeskillEngineeringOpsL2
eval · Comparing multiple agent outputs for correctness, simplicity, and quality to pick a winner.
untested
Preview local channel message flowsskillEngineeringL2
channel-message-flows · Iterating Telegram message UX by testing native draft → final workflows locally.
untested
Turn plans into orchestrated agent chainsskillOpsEngineeringL3
plan-orchestrate · Turning a PRD or implementation plan into runnable /orchestrate chains without manual agent selection.
untested
Triage and summarize contributor PRsskillEngineeringOpsL2
clawdtributor · Prioritizing external contributor PRs/issues with maintainer-quality review and live GitHub freshness.
untested
Debug code using tools and evidenceskillEngineeringL1
debugging-with-tools · Investigation-heavy debugging when tool-driven evidence (search/logs/diffs) beats guesswork.
untested
Auto-enforce code quality on every editskillEngineeringL3
plankton-code-quality · Projects needing automatic write-time quality enforcement with defense against agents gaming linter configs.
untested
Debug JavaScript with Chrome DevTools REPLskillEngineeringL2
chrome-jig · Developers debugging JavaScript without DevTools UI or coordinating MCP browser tools with cjig via shared CDP port.
untested
Manage OpenClaw issue sweeps and autofixskillEngineeringOpsL3
clawsweeper · OpenClaw maintainers automating issue/PR triaging, commit validation, and guarded fix PR creation.
untested
Test Control UI with end-to-end checksskillEngineeringProductL3
control-ui-e2e · Control UI changes requiring browser routing, app boot, and Gateway handshake verification in one test.
untested
Simplify code after recent changesskillEngineeringL1
refactor-pass · Cleaning up code after feature work by removing dead code and straightening logic.
untested
Optimize PostgreSQL queries and schemasskillEngineeringDataL2
postgres-patterns · Writing production PostgreSQL queries and schemas with Supabase best practices for performance and security.
untested
Extract patterns into reusable skillsskillEngineeringOpsL2
extract · Capturing one-off debugging solutions as reusable skills to avoid re-discovering the same fix.
untested
Validate code across Linux, macOS, WindowsskillEngineeringL2
crabbox · When you need broad OS coverage, CI parity, or secrets validation without local resource constraints.
untested
Design PostgreSQL schemas and indexesskillEngineeringDataL2
postgresql · When you need to model a relational schema with correct constraints, performance tuples, and MVCC semantics.
untested
Sync skills across coding environmentsskillEngineeringOpsL2
skillfish · When you want a unified skill distribution and versioning system across Claude Code, Cursor, Copilot, and 30+ other agents.
untested
Architect and audit feature flagsskillProductEngineeringL2
feature-flags-architect · When you need to ship behind a flag, ramp a launch, or clean up flag debt before a release freeze.
untested
Search and sync GitHub archivesskillEngineeringOpsL2
gitcrawl · When you need to find duplicate issues, triage PRs, or search GitHub history without live API overhead.
untested
Prepare PR with safety gates and checksskillEngineeringL2
prepare-pr · When you need to draft a PR with proper context, verify CI readiness, and minimize review friction before opening.
untested
Optimize Prisma ORM schemas and queriesskillEngineeringL2
prisma-patterns · When you need type-safe database design with Prisma, query optimization, or migration planning.
untested
Regenerate OpenClaw release changelogsskillEngineeringProductL2
openclaw-changelog-update · When preparing a release, you need to synthesize commits into user-facing changelog entries.
untested
Debug OpenClaw models and behaviorskillEngineeringL2
openclaw-debugging · When OpenClaw behavior differs between local/live and you need to isolate which boundary (config, tool construction, provider payload, fetch, stream) is broken.
untested
Fix failing or flaky Playwright testsskillEngineeringL2
fix · When a Playwright test fails intermittently and you need a taxonomy to categorize it (timing/async, test isolation, environment, infrastructure) before applying the right fix pattern.
untested
Author OpenClaw Docker E2E testsskillEngineeringL3
openclaw-docker-e2e-authoring · When you need to prove OpenClaw behavior crosses a boundary (deterministic for byte/payload routing, live for actual provider behavior).
untested
Audit production readiness before launchskillEngineeringOpsL2
production-audit · When CI is green but you need to assess actual production risk (auth, data integrity, payments, operations, UX) before launch.
untested
Run quarterly feature-flag cleanupskillEngineeringProductL2
flag-cleanup · When you want to clean up feature flags quarterly and identify which flags are safe to remove based on age and usage patterns.
untested
Manage OpenClaw GHSA security advisoriesskillEngineeringOpsL2
openclaw-ghsa-maintainer · When you need to patch, validate, and publish a security advisory safely without accidentally publishing escaped newline literals or incomplete data.
untested
Fix broken features end-to-endskillEngineeringL2
focused-fix · When an entire feature or module is broken and you need to trace dependencies, diagnose all issues, and fix systematically rather than guessing at single symptoms.
untested
Identify landable OpenClaw bug fixesskillEngineeringL2
openclaw-landable-bug-sweep · When you need to autonomously produce five high-confidence bugfix PRs with proof (CI green, autoreview clean, rebased on main).
page 25 / 86