Skills Primer
Description
Prime your Claude Code sessions with preloaded skills
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
skills-primer
Prime your Claude Code sessions with preloaded skills.
Installation
# With bun (recommended)
bun install -g skills-primer
# With npm
npm install -g skills-primer
**Note:** Requires [Bun](https://bun.sh) runtime and [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code)
Quick Start
# Launch interactive skill selector
sp
# List available skills
sp --list
# Skip permission prompts (dangerous mode)
spx
Usage
sp # Standard mode
spx # Dangerous mode (skips permission prompts)
skills-primer # Full command name
What happens when you run `sp`:
- Scans
~/.claude/skills/(global) and./.claude/skills/(local) - Shows interactive selector with autocomplete filtering (type to search)
- Recently used skills appear first with ⏱ icon
- Launches Claude with selected skills injected via
--append-system-prompt
Examples
# Basic usage - select skills interactively
sp
# Use with Opus model
sp -- --model opus
# Non-interactive prompt with skills
sp -- -p "refactor this function"
# Continue previous conversation with skills
sp -- -c
# Dangerous mode (no permission prompts) + Opus
spx -- --model opus
# List all available skills
sp --list
# Clear recently used skills cache
sp --clear-recent
Commands
| Command | Description |
|---|---|
sp |
Standard mode - prompts for permissions |
spx |
Dangerous mode - auto-passes --dangerously-skip-permissions |
skills-primer |
Full command (same as sp) |
Options
-h, --help Show help message
-l, --list List available skills and exit
--clear-recent Clear the recent skills cache
Passing Options to Claude
Use `--` to separate skills-primer options from Claude options:
sp -- --model opus # Use Opus model
sp -- --model sonnet # Use Sonnet model
sp -- -p "prompt" # Non-interactive pro
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11