CLI Tools

Command line utilities

Showing 385-408 of 9349 skills
wondelai

storybrand-messaging

by wondelai

'Clarify brand messaging using narrative structure that positions the customer as hero. Use when the user mentions "brand message", "website copy", "elevator pitch", "one-liner", "messaging isn''t resonating", or "brand script". Covers landing page copy, marketing collateral, and consistent communication. For memorable messaging, see made-to-stick. For product positioning, see obviously-awesome.'

Automation 2K 6mo ago
langchain-ai

skill-creator

by langchain-ai

"Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\"."

Agents 28.6K 7mo ago
ruvnet

V3 CLI Modernization

by ruvnet

"CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation."

CLI Tools 69.5K 8mo ago
ruvnet

V3 DDD Architecture

by ruvnet

"Domain-Driven Design architecture for claude-flow v3. Implements modular, bounded context architecture with clean separation of concerns and microkernel pattern."

CLI Tools 69.5K 8mo ago
ruvnet

agent-coordination

by ruvnet

Agent spawning, lifecycle management, and coordination patterns. Manages 60+ agent types with specialized capabilities. Use when: spawning agents, coordinating multi-agent tasks, managing agent pools. Skip when: single-agent work, no coordination needed.

Agents 69.5K 7mo ago
ruvnet

agent-migration-plan

by ruvnet

Agent skill for migration-plan - invoke with $agent-migration-plan

Agents 69.5K 7mo ago
ruvnet

agent-multi-repo-swarm

by ruvnet

Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm

CLI Tools 69.5K 7mo ago
thedivergentai

godot-genre-puzzle

by thedivergentai

"Expert blueprint for puzzle games including undo systems (Command pattern for state reversal), grid-based logic (Sokoban-style mechanics), non-verbal tutorials (teach through level design), win condition checking, state management, and visual feedback (instant confirmation of valid moves). Use for logic puzzles, physics puzzles, or match-3 games. Trigger keywords: puzzle_game, undo_system, command_pattern, grid_logic, non_verbal_tutorial, state_management."

CLI Tools 594 7mo ago
thedivergentai

godot-genre-rts

by thedivergentai

"Expert blueprint for real-time strategy games including unit selection (drag box, shift-add), command systems (move, attack, gather), pathfinding (NavigationAgent2D with RVO avoidance), fog of war (SubViewport mask shader), resource economy (gather/build loop), and AI opponents (behavior trees, utility AI). Use for base-building RTS or tactical combat games. Trigger keywords: RTS, unit_selection, command_system, fog_of_war, pathfinding_RVO, resource_economy, command_queue."

CLI Tools 594 7mo ago
thedivergentai

godot-genre-card-game

by thedivergentai

"Expert blueprint for digital card games (CCG/Deckbuilders) including card data structures (Resource-based), deck management (draw/discard/reshuffle), turn logic, hand layout (arcing), drag-and-drop UI, effect resolution (Command pattern), and visual polish (godot-tweening, shaders). Use for CCG, deckbuilders, or tactical card games. Trigger keywords: card_game, deck_manager, card_data, hand_layout, drag_drop_cards, effect_resolution, command_pattern, draw_pile, discard_pile."

CLI Tools 594 7mo ago
thedivergentai

godot-composition-apps

by thedivergentai

"Expert architectural standards for building scalable Godot applications (Apps, Tools, UI, or Games) using the Composition pattern. Use when designing node structures, refactoring monolithic scripts, or implementing complex behaviors. Enforces \"Has-A\" relationships over \"Is-A\" inheritance."

Automation 594 7mo ago
itsmostafa

sns

by itsmostafa

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

API Dev 1.1K 8mo ago
affaan-m

security-scan

by affaan-m

Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.

CLI Tools 243.5K 6mo ago
affaan-m

verification-loop

by affaan-m

"A comprehensive verification system for Claude Code sessions."

CLI Tools 243.5K 6mo ago
affaan-m

context-budget

by affaan-m

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

CLI Tools 243.5K 5mo ago
affaan-m

ck

by affaan-m

Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.

CLI Tools 243.5K 5mo ago
affaan-m

skill-stocktake

by affaan-m

"Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation."

CLI Tools 243.5K 6mo ago
affaan-m

continuous-learning-v2

by affaan-m

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.

CLI Tools 243.5K 6mo ago
affaan-m

strategic-compact

by affaan-m

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

Automation 243.5K 6mo ago
affaan-m

bun-runtime

by affaan-m

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

CLI Tools 243.5K 5mo ago
affaan-m

bun-runtime

by affaan-m

Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.

CLI Tools 243.5K 5mo ago
Microck

arboreto

by Microck

Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for large-scale datasets.

CLI Tools 390 9mo ago
Microck

bap-identity

by Microck

Manage BAP (Bitcoin Attestation Protocol) identity files using bap-cli. This skill should be used when users need to create, decrypt, list, or extract BAP identity backups, work with .bep encrypted files, or generate test fixtures for Playwright tests involving BAP identities.

CLI Tools 390 9mo ago
Microck

bash-defensive-patterns

by Microck

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

CLI Tools 390 9mo ago