cyberneticlibrary

The library

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

WORKS 48
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.
WORKS 53
Review code for correctnessskillEngineeringL1
reviewer · Distinguishes blocking issues from nits—allows teams to merge without blocking on style when logic is solid.
WORKS 53
Conduct security code reviewskillEngineeringL1
security · Severity classification separates critical auth issues from style nits—allows teams to merge without blocking on low-severity findings.
WORKS 48
Build and deploy Claude appsskillEngineeringL2
claude-skill · Single API handles database, auth, storage, and compute—saves hours of wiring up 4 separate cloud services.
WORKS 48
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.
WORKS 48
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.
WORKS 48
Extract and parse content from URLs and filesskillEngineeringDataL2
parser · Semantic parsing extracts meaning from messy human text—outperforms regex on variants and typos.
WORKS 48
Audit code security with AI-powered checksskillEngineeringL2
nsauditor-ai-agent-skill · Security audits when you need multi-framework compliance evidence and vulnerability matching.
WORKS 48
Generate, review, and refactor codeskillEngineeringL1
code · Code generation when you need to catch behavioral changes hidden by passing tests.
WORKS 48
Automate macOS UI interactions and screenshotsskillOpsEngineeringL2
peekaboo · Headless macOS automation for interacting with native UI elements without public APIs.
WORKS 45
Build transactional email systems end-to-endskillEngineeringProductL3
email-template-builder · Email marketing when you need behavioral triggers and lifecycle automation across multiple providers.
WORKS 48
Write modern Perl 5.36+ code idiomaticallyskillEngineeringL1
perl-patterns · Perl projects when modernizing pre-5.36 code to idiomatic v5.36+ standards.
WORKS 48
Run session-lifecycle agent workflowsskillOpsEngineeringL3
agent-workflow-cli · Multi-step agent coordination when you need session lifecycle and artifact tracking.
WORKS 48
Write and test Perl modules with Test2skillEngineeringL2
perl-testing · Perl testing when you need TDD discipline with Test2::V0 and coverage analysis.
WORKS 48
Audit and rotate secrets safelyskillOpsEngineeringL2
env-secrets-manager · Secrets management when you need environment-specific configuration.
WORKS 48
Manage Agentuity cloud keyvalue namespacesskillOpsEngineeringL2
agentuity-cli-cloud-keyvalue-list-namespaces · Cloud infrastructure operations when you need to list available key-value storage namespaces.
WORKS 48
Build Laravel apps with typed models and validationskillEngineeringL2
php-laravel-core · Laravel applications when you need framework patterns and routing architecture.
WORKS 44
Add redacted transcripts to GitHub PRsskillEngineeringL2
agent-transcript · Meeting analytics when you need speaker diarization and structured extraction.
WORKS 48
Route Laravel tasks to the right specialistskillEngineeringL2
php-laravel-orchestrator · Laravel microservices when you need event-driven orchestration and service coordination.
WORKS 48
Integrate Deep Agents into Claude workflowsskillEngineeringL2
deepagents-cli-claude-skill · Developers building custom agents with LangChain Deep Agents CLI integration across multiple Claude surfaces.
WORKS 52
Auto-close code reviews with CodexskillEngineeringL2
autoreview · Code review just before commit/ship when you need advisory findings verified against real dependencies.
WORKS 48
Keep project documentation in syncskillEngineeringL1
docs-maintenance · Keeping project documentation fresh after feature completion to reduce AI context usage.
WORKS 48
Rank agent outputs by metric or judgeskillEngineeringOpsL2
eval · Comparing multiple agent outputs for correctness, simplicity, and quality to pick a winner.
WORKS 48
Preview local channel message flowsskillEngineeringL2
channel-message-flows · Iterating Telegram message UX by testing native draft → final workflows locally.
WORKS 48
Turn plans into orchestrated agent chainsskillOpsEngineeringL3
plan-orchestrate · Turning a PRD or implementation plan into runnable /orchestrate chains without manual agent selection.
WORKS 48
Triage and summarize contributor PRsskillEngineeringOpsL2
clawdtributor · Prioritizing external contributor PRs/issues with maintainer-quality review and live GitHub freshness.
WORKS 48
Debug code using tools and evidenceskillEngineeringL1
debugging-with-tools · Investigation-heavy debugging when tool-driven evidence (search/logs/diffs) beats guesswork.
WORKS 48
Auto-enforce code quality on every editskillEngineeringL3
plankton-code-quality · Projects needing automatic write-time quality enforcement with defense against agents gaming linter configs.
WORKS 48
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.
WORKS 51
Manage OpenClaw issue sweeps and autofixskillEngineeringOpsL3
clawsweeper · OpenClaw maintainers automating issue/PR triaging, commit validation, and guarded fix PR creation.
WORKS 48
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.
WORKS 51
Simplify code after recent changesskillEngineeringL1
refactor-pass · Cleaning up code after feature work by removing dead code and straightening logic.
WORKS 48
Optimize PostgreSQL queries and schemasskillEngineeringDataL2
postgres-patterns · Writing production PostgreSQL queries and schemas with Supabase best practices for performance and security.
WORKS 48
Extract patterns into reusable skillsskillEngineeringOpsL2
extract · Capturing one-off debugging solutions as reusable skills to avoid re-discovering the same fix.
WORKS 48
Validate code across Linux, macOS, WindowsskillEngineeringL2
crabbox · When you need broad OS coverage, CI parity, or secrets validation without local resource constraints.
WORKS 48
Design PostgreSQL schemas and indexesskillEngineeringDataL2
postgresql · When you need to model a relational schema with correct constraints, performance tuples, and MVCC semantics.
WORKS 50
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.
WORKS 48
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.
WORKS 48
Search and sync GitHub archivesskillEngineeringOpsL2
gitcrawl · When you need to find duplicate issues, triage PRs, or search GitHub history without live API overhead.
WORKS 56
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.
WORKS 48
Optimize Prisma ORM schemas and queriesskillEngineeringL2
prisma-patterns · When you need type-safe database design with Prisma, query optimization, or migration planning.
WORKS 48
Regenerate OpenClaw release changelogsskillEngineeringProductL2
openclaw-changelog-update · When preparing a release, you need to synthesize commits into user-facing changelog entries.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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).
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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.
WORKS 48
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