save-skill

Save conversation insights as YAML-frontmatter Markdown skill files in a Git-backed project repository.

9|5|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/theaichimera/claude-code-project-intelligence --skill save-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-skill
Source: https://github.com/theaichimera/claude-code-project-intelligence/tree/main/skills/save-skill
Command: npx skills add https://github.com/theaichimera/claude-code-project-intelligence --skill save-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture useful patterns, procedures, and actionable instructions discussed in a conversation and persist them as structured, reusable skills so knowledge is not lost between sessions.

Core Features & Use Cases

  • Quick capture: Extract the most recent substantive assistant response or user-provided content and convert it into a focused skill file.
  • Project-scoped storage: Persist skills under a per-project knowledge repo so they are injected into future sessions for that project.
  • Lifecycle integration: Create directories as needed, merge updates into existing skills, and commit and push changes so skills are versioned and shareable.

Quick Start

Invoke /save-skill to save the last discussed pattern as a named skill and push it to the project's knowledge repo.

Frequently Asked Questions about save-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save conversation insights as reusable skills for future sessions?

You can save conversation insights as reusable skills by extracting the latest assistant response or user content and writing it to a structured YAML-frontmatter Markdown file in a project-specific knowledge repository.

How does saving a chat session procedure to a knowledge repo work?

Saving a chat session procedure works by converting the discussed pattern into a focused skill file, creating the per-project skills directory if it is missing, and committing and pushing the Markdown file to the Git-backed knowledge repo.

Can I capture debugging approaches and checklists from a chat and apply them later?

Yes, you can capture debugging approaches and checklists from a chat by invoking the save command, which persists them as structured skill files that are automatically injected into future sessions for that project.

Do I need a Git-backed knowledge repository to save and reuse project skills?

Yes, you need a Git-backed knowledge repository because the skill files are written to a per-project skills directory and the changes are committed and pushed to ensure they are versioned and shareable across collaborators.

What is the best way to persist actionable instructions discussed in a conversation?

The best way to persist actionable instructions is to save them as structured YAML-frontmatter Markdown files under a per-project knowledge repo, ensuring the knowledge is not lost between sessions and is available for reuse.

What happens if a project skills directory is missing when saving a new skill?

If a project skills directory is missing when saving a new skill, the tool automatically creates the required directories before writing the Markdown file and merging updates into existing skills.