install
25Command
Add skills from GitHub repos, git URLs, or local paths.
Command
Add skills from GitHub repos, git URLs, or local paths.
Command
List all installed skills in the source directory.
Command
View persistent operations and audit logs for debugging and compliance.
Command
Create a new skill with a SKILL.md template.
Command
Pull from git remote and sync to all targets.
Command
Command "push" from runkids/skillshare, covering push, when to use, what happens, options and git root scope.
Command
Command "restore" from runkids/skillshare, covering restore, when to use, interactive tui, key bindings and what happens.
Command
Discover and install skills from GitHub repositories.
Command
Show the current state of skillshare: source, tracked repositories, targets, and versions.
Command
Command "sync" from runkids/skillshare, covering sync, when to use, command overview, project mode and sync.
Command
Manage sync targets (AI CLI skill directories).
Command
Manage uninstalled skills and agents in the trash directory.
Command
Command "tui" from runkids/skillshare, covering tui, when to use, synopsis, behavior and priority.
Command
Launch the web dashboard for visual skill management.
Command
Remove one or more skills or tracked repositories from the source directory. Skills are moved to trash and kept for 7 days before automatic cleanup.
Command
Update one or more skills or tracked repositories to the latest version.
Command
Upgrade the skillshare CLI binary and/or the built-in skillshare skill.
Command
Command "version" from runkids/skillshare, covering version, when to use, synopsis, example output and update notifications.
Skill Claude CodeCodex
Archive a completed, rejected, or covered feature into .feature-radar/archive/ with mandatory learning extraction. MUST use this skill whenever a feature reaches a terminal state — done, rejected, covered, deferred, or N/A. Even casual mentions like "we shipped X" or "X is done" should trigger this. The skill extracts…
Skill Claude CodeCodex
Extract reusable patterns, architectural decisions, and pitfalls from completed work into .feature-radar/specs/. Captures the "why" behind choices so future sessions build on past experience. MUST use this skill when the user reflects on what worked/didn't, wants to document a decision, or mentions remembering a…
Skill Claude CodeCodex
Record external observations, ecosystem trends, and creative inspiration into .feature-radar/references/. MUST use this skill when the user mentions something interesting from outside their project — other tools, articles, approaches, or trends. Even casual mentions like "I saw a cool thing in X" should trigger this…
Skill Claude CodeCodex
Discover new feature opportunities from creative brainstorming, user feedback, ecosystem trends, and cross-project research. Writes results to .feature-radar/opportunities/. MUST use this skill when the user wants to GENERATE new ideas — not evaluate existing ones. Trigger on any request to brainstorm, explore…
Skill Claude CodeCodex
Validate SKILL.md frontmatter and .feature-radar/ files against format rules. Runs validate.sh, reports errors/warnings, and auto-fixes issues. MUST use this skill after editing any SKILL.md or .feature-radar/ file — catches format bugs like the 1024-char description limit before they break skill registration. Use…
Skill Claude CodeCodex
Full-cycle feature discovery, evaluation, and prioritization. Builds a persistent knowledge base at .feature-radar/ and runs a 6-phase workflow to recommend what to build next. Modes: full (all phases), quick (scan only), evaluate (prioritize), #N (deep-dive one). MUST use this skill whenever the user asks about…