update-skills

Solid

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. --> # Update Skills & Instructions When a major repository learning is discovered — a recurring pattern, a non-obvious pitfall, a crucial architectural constraint, or domain knowledge that would save future sessions significant time — capture it as a skill or instruction so it persists across sessions. ## When to Use - The user explicitly says **"learn!"** or asks to capture a learning - You discover a significant pattern or constraint that cost meaningful debugging time - You identify reusable domain knowledge that isn't documented anywhere in the repo - A correction from the user reveals a general principle worth preserving ## Decision: Skill vs Instruction vs Learning **Add a learning to an existing instruction** when: - The insight is small (1-4 sentences) and fits naturally into an existing instruction file - It refines or extends an existing guideline - Follow the pattern in `.github/instructions/learnings.instructions.md` **Create or update a skill** (`.github/skills/{name}/SKILL.md` or `.agents/skills/{name}/SKILL.md`) when: - The knowledge is substantial (multi-step procedure, detailed guidelines, or rich examples) - It covers a distinct domain area (e.g., "how to debug X", "patterns for Y") - Future sessions should be able to invoke it by name **Create or update an instruction** (`.github/instructions/{name}.instructions.md`) when: - The rul...

Details

Author
chapmanjw
Repository
chapmanjw/clawdius
Created
1 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

update-skill

Use when updating existing skills based on conversation feedback, user corrections, or identified improvements.

6 Updated 4 days ago
xjsongphy
AI & Automation Solid

create-skill

Create or update a complete repository skill from a user's idea, including the workflow instructions, references, scripts or assets, agent metadata, skill-card artwork, cinematic banner artwork, README links, discovery metadata, and validation. Use when the user asks to create a new skill, add a skill to this collection, turn a workflow into a reusable skill, or make a skill's documentation and artwork consistent with the repository.

47 Updated today
tamdogood
AI & Automation Listed

skill-updater

Fold the current session's learnings back into the robium skills, on demand. Harvests gotchas from the conversation and any unabsorbed learnings/ files, confirms the list, then edits the robium source checkout: fixes wrong/stale guidance, widens missed trigger surfaces, adds figured-out-from-scratch knowledge, prunes noise, and promotes ✓-verified examples. Use when: a work session surfaced gotchas, frictions, or better methods worth keeping; 'skill-updater', 'update my skills', 'absorb these learnings', 'fold these gotchas into the skills', end of an app-building session with the robium plugin. Runs ONLY on explicit user request — agents surface candidate learnings and offer, never invoke this themselves. Developer workflow — requires a local robium checkout. Not for: authoring a new skill from scratch (skill-author) or building apps (architect).

0 Updated today
robium-ai