Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By athola
Sync, validate, analyze, trace, diff, and create custom skills across Claude Code, Codex, GitHub Copilot, and Cursor. Analyze token usage and dependencies, enable execution tracing, generate new skills via GitHub search or LLM, preview syncs without changes, and autofix validation issues.
npx claudepluginhub athola/skrills --plugin skrillsAnalyze skills for token usage, dependencies, and optimization suggestions.
Create a new skill via GitHub search, LLM generation, or both.
Fuzzy search installed skills by name or description.
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Create and validate production-grade agent skills with 100-point marketplace grading
Skill discovery and installation assistant — find and install the right skills for your project
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,495 supported skills.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Media generation capabilities for terminal recordings (VHS), browser recordings (Playwright), GIF processing, and media composition
Resource optimization and performance monitoring toolkit for efficient Claude Code workflows
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Intelligent delegation framework for routing tasks to external LLM services while retaining strategic oversight
Spatial knowledge organization using memory palace techniques - build, navigate, and maintain virtual memory structures for enhanced recall and information management. Includes PR Review Room for capturing review knowledge.
Skills support engine for Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor.
Installation | User Guide | CLI Reference | MCP Tutorial | FAQ | Changelog
What's new in 0.7.3 -- MCP tool filtering (
allowed_tools/disabled_tools) synced across all adapters, MCP servers panel in TUI and browser dashboards,/api/mcp-serversREST endpoint, configurable Unpaywall email,OffsetDateTimefor discussion timestamps, and SQL upsert fix. See changelog.

TUI dashboard -- navigate skills, activity, and metrics with keyboard shortcuts:

See the quickstart tutorial for a walkthrough, or the MCP tutorial for server setup.
skrills-portal.html can be opened directly
in a browser or uploaded to integration platforms without a running
server.macOS / Linux:
curl -LsSf https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.sh | sh
Windows PowerShell:
powershell -ExecutionPolicy Bypass -NoLogo -NoProfile -Command ^
"Remove-Item alias:curl -ErrorAction SilentlyContinue; iwr https://raw.githubusercontent.com/athola/skrills/HEAD/scripts/install.ps1 -UseBasicParsing | iex"
crates.io: cargo install skrills
See installation guide for HTTP transport setup, systemd services, and advanced options.
# Validate skills for Codex/Copilot/Cursor compatibility
skrills validate --target both --autofix
# Analyze token usage
skrills analyze --min-tokens 1000 --suggestions
# Sync from Claude to all other CLIs
skrills sync-all
# Sync between specific environments
skrills sync --from cursor --to claude
# Start MCP server and open the browser dashboard
skrills serve --http 127.0.0.1:3000 --open
# Interactive TUI dashboard
skrills tui
# Launch an agent with automatic backend routing (Claude -> Codex fallback)
skrills multi-cli-agent my-agent
See CLI reference for all commands including skill lifecycle management.
Skrills syncs seven asset types across four CLI environments. Each cell reflects what the adapter reads and writes today: