A collection of skills for Claude Code.
Install with the skills CLI:
# Install all skills
npx skills add knowsuchagency/skills
# List skills before installing
npx skills add knowsuchagency/skills --list
# Install specific skills
npx skills add knowsuchagency/skills --skill generate-image --skill fnox
# Install globally (~/.claude/skills) for Claude Code
npx skills add knowsuchagency/skills -g -a claude-code| Skill | Description |
|---|---|
generate-image |
Generate images using fal.ai GPT-Image 1.5 |
edit-image |
Edit images using fal.ai GPT-Image 1.5 |
fnox |
Manage secrets with the fnox CLI |
codex-cli |
Use the OpenAI Codex coding agent via CLI |
gemini-cli |
Use the Google Gemini coding agent via CLI |
typst |
Expert reference for the Typst typesetting system |
mise |
Comprehensive guide for mise — polyglot tool version manager, environment manager, and task runner |
pitchfork |
Guide for pitchfork — daemon/process manager for developers (background services, auto start/stop, ready checks) |