One-click install
npx skills add https://github.com/goffity/claude-km-skill --skill knowledge-management-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-management
Source: https://github.com/goffity/claude-km-skill/tree/main
Command: npx skills add https://github.com/goffity/claude-km-skill --skill knowledge-management-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, curl, gh, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the process of capturing valuable insights, patterns, and lessons learned during development sessions, preventing knowledge loss and improving team productivity.

Core Features & Use Cases

  • 4-Layer Knowledge System: Organize knowledge from quick captures (/mem) to distilled patterns (/distill) and retrospectives (/td).
  • Automated Session Capture: Automatically saves session details for later review.
  • Integrated Workflows: Seamlessly integrates with Git, GitHub, and Jira for issue tracking and code reviews.
  • Use Case: As you code, use /mem to quickly save a useful tip. Later, use /distill to turn multiple related tips into a reusable pattern. Use /td to create a retrospective with before/after context.

Quick Start

Use the knowledge management skill to capture a quick insight about JWT refresh tokens.

Frequently Asked Questions about knowledge-management

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

FAQPage Schema
How do I capture and organize development knowledge during a coding session?

You can capture and organize development knowledge using a 4-layer system, starting with quick insights via `/mem`, distilling them into reusable patterns via `/distill`, and generating retrospectives via `/td`.

Does this knowledge management system integrate with Jira and GitHub for code reviews?

Yes, the knowledge management system integrates with Git, GitHub, and Jira, automating issue tracking, code reviews, and session capture to streamline your development workflow.

What's the best way to turn quick coding notes into reusable development patterns?

The best way to turn quick coding notes into reusable development patterns is by using the `/distill` command, which processes related insights captured via `/mem` into structured knowledge.

Do I need jq, curl, and gh installed to automate Git and Jira workflows?

Yes, you need jq, curl, and gh installed as dependencies to automate Git and Jira workflows, execute session capture, and run commands like `/commit` for issue management.

How do I generate a post-task retrospective with before and after context?

You generate a post-task retrospective with before and after context by executing the `/td` command, which automates session review and extracts lessons learned for future development.

Can I automate session capture to prevent knowledge loss after finishing a task?

Yes, you can automate session capture to prevent knowledge loss, as the system automatically saves development session details for later review and pattern extraction.