feature-sparks-plugin

Capture and load project-scoped Sparks knowledge into Claude Code sessions.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Codename-Inc/spectre-labs --skill feature-sparks-plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-sparks-plugin
Source: https://github.com/Codename-Inc/spectre-labs/tree/main/.claude/skills/feature-sparks-plugin
Command: npx skills add https://github.com/Codename-Inc/spectre-labs --skill feature-sparks-plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sparks plugin knowledge capture helps teams preserve hard-won debugging insights, architectural decisions, and procedural templates within Claude Code projects, preventing context loss between sessions.

Core Features & Use Cases

  • Capture Hard-Won Debugging Knowledge: use /learn to create gotchas and store how issues were resolved.
  • Document Feature Architecture: create feature dossiers with flows, key files, and rationale.
  • Record Architectural Decisions: capture decisions and rationale to guide future work.
  • Find Existing Knowledge: use /find to search the registry and load relevant skills into context.
  • Auto-Apply in Sessions: session-start hooks inject registry and immediately expose discovered skills.

Quick Start

To begin, invoke /learn to capture knowledge about the Sparks plugin, or use /find to locate existing entries. Then start a Claude Code session to automatically apply loaded skills.

Frequently Asked Questions about feature-sparks-plugin

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

FAQPage Schema
How do I capture debugging knowledge in Claude Code sessions?

To capture debugging knowledge in Claude Code, invoke the /learn command to create entries that store how issues were resolved and project gotchas directly within the project registry.

What is the best way to preserve architectural decisions across Claude Code projects?

Architectural decisions are preserved by using the /learn command to capture decisions and rationale, preventing context loss between sessions and guiding future work within Claude Code projects.

How do I find existing project knowledge during a Claude Code session?

Existing project knowledge is found by using the /find command to search the project registry and load relevant skills directly into the current Claude Code session context.

Does Claude Code automatically load project skills when a session starts?

Claude Code automatically loads project skills during SessionStart via hooks that inject the registry and immediately expose discovered skills without manual intervention.

Do I need external dependencies to use the Sparks knowledge capture plugin?

No external dependencies are required; the Sparks knowledge capture plugin relies entirely on the standard Claude Code environment and the per-skill SKILL.md structure.

Can I document feature architecture flows within Claude Code projects?

Feature architecture is documented by using /learn to create feature dossiers that capture flows, key files, and rationale within the Claude Code project registry.