cyberneticlibrary

The library

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

WORKS 48
Manage shadcn/ui componentsskillEngineeringL2
shadcn · When composing multi-layer UI (settings = Tabs + Card + forms) and you need enforced rules to avoid custom styling debt.
WORKS 48
Automate interactive CLI applicationsskillEngineeringL2
terminal-pilot · When plain stdio is insufficient for interactive menus, prompts, or terminal UI apps like poe-code configure.
WORKS 48
Build Shopify apps and extensionsskillEngineeringL3
shopify-apps · When building admin UX that needs real-time product data and multi-store coordination instead of write-once APIs.
WORKS 48
Sign and notarize Tauri appsskillEngineeringL3
signing-tauri-apps · When distributing across app stores (Play, App Store, SmartScreen) and you need platform-specific signing without rebuilding.
WORKS 48
Show forge project status and historyskillEngineeringL2
forge-status · When you need a quick read of where a multi-step forge task stands without replanning.
WORKS 48
Validate forge module changesskillProductEngineeringL1
forge-validate · When you want to validate one module without running the full forge workflow again.
WORKS 49
Clean up code with safety guardrailsskillEngineeringL1
simplify-code · When you want safe code quality improvements on a diff and only high-confidence, behavior-preserving changes applied.
WORKS 48
Assess Rails version upgrade compatibilityskillEngineeringL2
skill-rails-upgrade · When planning a Rails major version upgrade and you need a comprehensive compatibility audit before implementation.
WORKS 48
Standardize build and CI operationsskillEngineeringL2
cargo-make-workflow · CI/CD pipelines where consistent Rust workflows must run identically across platforms without raw cargo commands.
WORKS 48
Build Slack apps and interactive botsskillEngineeringOpsL3
slack-bot-builder · Production Slack integrations requiring modal workflows and event-driven interactivity where Bolt's request verification is mandatory.
WORKS 48
Promote patterns to permanent rulesskillEngineeringL1
promote · Converting one-off learnings into permanent project conventions that persist across sessions.
WORKS 48
Execute commands on remote machinesskillEngineeringOpsL2
remote-mcp · Headless automation on remote Windows/Linux machines where Playwright is not available or UI automation is needed.
WORKS 48
Sync design studio with schemasskillEngineeringProductL2
sync-studio · Ensuring design-system components generate from schemas without hardcoded fallbacks that would drift from source of truth.
WORKS 48
Push real-time updates to browser tabskillEngineeringL2
easel · Multi-modal agent output where terminal wall-of-text would hide visual content (mockups, diffs, comparisons).
WORKS 54
Report and track infrastructure issuesskillEngineeringOpsL2
terminator-issue-reporter · Lowering friction for bug reports by auto-collecting logs and categorizing issue patterns with immediate workarounds.
WORKS 48
Design mobile app screens and flowsskillProductEngineeringL2
sleek-design-mobile-apps · Rapid mobile design iteration without Figma or design tool expertise, integrated into agent workflows.
WORKS 48
Manage production prompts at scaleskillEngineeringProductL3
prompt-governance · Production teams iterating prompts safely where blind iteration would cause user-facing quality swings.
WORKS 48
Coordinate agent teams via ClaudeskillEngineeringL2
claude-skills · Reference claude-skills documentation for use cases.
WORKS 48
Build production browser automation testsskillEngineeringL3
playwright-pro · Complex multi-step browser automation where Firecrawl scraping is insufficient and you need DOM interaction.
WORKS 48
Stage changes and generate commit messagesskillEngineeringL1
commit · Automating commit creation in agent workflows where manual git commands would break the conversation flow.
WORKS 48
Orchestrate multi-step AI workflowsskillEngineeringOpsL3
moflo · AI agents that need to remember what they learned across sessions and route tasks to the right handler
WORKS 48
Apply SQLiteCpp coding standardsskillEngineeringL1
sqlitecpp-coding-standards · Teams maintaining critical C++ SQLite wrappers where memory safety and API stability matter
WORKS 48
Install mcp-rubber-duck serverskillEngineeringL2
setup-mcp-server · Setting up cross-tool MCP integrations without manual JSON editing, especially for multiple providers
WORKS 48
Review MCP tool implementationsskillEngineeringL1
tool-review · MCP server maintainers checking tool implementations before merging
WORKS 48
Manage wallets on Sui blockchainskillEngineeringL2
mcp · AI agents that need to interact with Sui wallets and execute on-chain transactions directly
WORKS 48
Build Solana dApps end-to-endskillEngineeringL3
solana-dev · Deploying Solana programs when you need to iterate quickly on devnet
WORKS 48
Scaffold AI agent skills quicklyskillEngineeringL1
build-skill · Bootstrapping custom skills faster than writing from scratch
WORKS 46
Execute Claude Code pipeline stepsskillEngineeringL1
claude-code · Automating Claude Code workflows from shell or orchestration scripts
WORKS 48
Optimize Apache Spark jobsskillDataEngineeringL2
spark-optimization · Data engineers squeezing performance from Spark jobs without rewriting logic
WORKS 48
Run tests and verify changesskillEngineeringL1
verify · Confirming a fix actually works before committing or pushing
WORKS 48
Design Spring Boot REST APIsskillEngineeringL1
springboot-patterns · Java developers avoiding anti-patterns in Spring Boot microservices
WORKS 48
Secure Spring Boot applicationsskillEngineeringL2
springboot-security · Securing REST APIs with JWT, OAuth2, or session auth; input validation; CORS/CSRF protection.
WORKS 48
Build games with 1Game packagesskillEngineeringL2
skill · Game developers using 1Game framework for rapid game prototyping.
WORKS 48
Test Spring Boot with TDDskillEngineeringL1
springboot-tdd · Spring Boot teams enforcing TDD and coverage gates before merge.
WORKS 48
Install skills across agent clientsskillEngineeringL2
skills-installer · Multi-client environments (Cursor, Claude Code, Cline) needing skill sync.
WORKS 48
Control persistent shells and file systemsskillEngineeringL2
desktop-commander-overview · Cross-turn stateful workflows: dev servers, builds, spreadsheet/doc edits, SSH operations.
WORKS 53
Verify Spring Boot deploymentsskillEngineeringL2
springboot-verification · Pre-PR and pre-deploy gates ensuring code quality and reproducibility.
WORKS 48
Run peer mesh between Claude sessionsskillEngineeringL3
claudemesh-cli · Teams running parallel Claude Code agents with real-time state sync and job orchestration.
WORKS 48
Check code quality with ESLintskillEngineeringL1
lint · JavaScript/TypeScript projects enforcing consistent lint rules in CI.
WORKS 48
Automate release planning and deploymentsskillEngineeringL3
release-manager · Development teams needing structured release workflows and version management.
WORKS 48
Route coding decisions to cloudskillEngineeringL2
mcp-plugin · Distributed agent workflows needing cloud-backed decision tracking and telemetry.
WORKS 48
Publish MCP metadata to registryskillEngineeringL2
publish-mcp · Maintaining published MCP servers with regular version releases.
WORKS 48
Reference Supabase security checklistskillEngineeringL1
supabase-core · Backend teams using Supabase as their PostgreSQL + auth + real-time platform.
WORKS 48
Generate test result summaryskillEngineeringL1
report · CI/CD workflows and manual testing needing clear pass/fail documentation.
WORKS 48
Create skills with OpenCode pluginskillEngineeringL2
opencode-skill-creator · OpenCode users building domain-specific skills without manual SKILL.md authoring.
WORKS 48
Build full-stack apps with SupabaseskillEngineeringL3
supabase-developer · Full-stack developers using Supabase for rapid MVP and production deployments.
WORKS 48
Turn specs into autonomous implementationskillEngineeringL3
cc-sdd · Spec-driven autonomous implementation with per-task review beats unstructured coding.
WORKS 48
Manage interactive PTY sessionsskillEngineeringL2
pty-mcp · Stateful PTY sessions with persistent context beat running isolated shell commands.
WORKS 48
Route Supabase tasks to specialistsskillEngineeringL2
supabase-orchestrator · Routing tasks to specialist skills beats writing monolithic documentation.
WORKS 48
Follow systematic debug investigationskillEngineeringL1
debug-investigator · Systematic hypothesis-driven debugging beats random code changes.
page 29 / 86