Create and manage scheduled tasks that execute Claude CLI at specified times. Use when user mentions "定时",...
cat ~/Top
Explore os melhores skills ordenados por estrelas do GitHub
Expert guide for understanding the Local Skills MCP server repository - its structure, architecture, and...
Comprehensive guide for using Local Skills MCP - creating skills in the right locations, understanding skill...
Creates effective SKILL.md files with proper YAML frontmatter, trigger keywords, and best practices. Use when...
Automates running the Ethereum Execution Layer Specification (EELS) tests against a local EVM implementation....
Safely renames a .NET project (solution, projects, namespaces, directories) from one name to another. Supports...
Detects drift between multiple git repositories (e.g. forks, mirrors, or multi-module projects). Generates a drift...
Removes ignored build artifacts (bin, obj, node_modules) to reclaim space and fix ghost build errors. Safely...
Updates standardized intent files (NEXT.md, STATE.json) to maintain context across agent sessions.
Wraps command execution in a self-healing loop. Uses heuristics to auto-fix common errors (missing deps, locked...
Enforces a structural planning phase before execution. Generates and validates PLAN.json to ensure every task has a...
Optimize information density by filtering workspace files based on relevance to the current task. Excludes...
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission...
Enables mid-stream course correction by monitoring a FEEDBACK.md file for user interventions. Allows the agent to...
Rapidly ingest documentation via the /llms.txt standard to gain "fast-track" understanding of libraries without...
Generate comprehensive dependency graphs to identify "single-points-of-failure" and impact analysis chains.
Generate optimized scripts that utilize the specific hardware (cores, GPU, OS) of the execution environment.
Identify duplicate files across the workspace using SHA256 hashing to reduce redundancy and confusion.
Create or update .gitignore files by fetching standard templates from the GitHub/gitignore repository.
Provides a Model Context Protocol (MCP) server interface to the skills library, allowing any MCP-compliant agent...
Detects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
A QA gate that validates potentially destructive or irreversible actions before execution.
Generates a 'Red Team' critique of recent code or plans to identify weak assumptions and edge cases.
Structured logging and analysis of execution failures to prevent recurrence.