From frugal
Extract reusable skills from the current session. Use after solving a non-trivial problem to compound learning across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/frugal:frugal-reflectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review this session and extract reusable skills into `.frugal/skills/`.
Review this session and extract reusable skills into .frugal/skills/.
.frugal/skills/<name>.md (create directory if needed)---
name: <kebab-case-name>
description: "<What it does>. Use when: <trigger conditions>."
trigger: "<keyword1|keyword2|keyword3>"
created: <today's date>
---
## When to use
<1-2 sentences describing the problem this skill solves>
## Steps
1. <concrete, actionable step>
2. <concrete, actionable step>
## Anti-patterns
- Don't <thing that was tried and failed, and why>
## Files to check first
- <project-specific file paths relevant to this problem>
.frugal/skills/ already has a similar skill, update it instead of creating a duplicatenpx claudepluginhub jxucoder/frugal --plugin frugalProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.