curate

Manage context entries in a project knowledge base across predefined categories.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/paxtone-studio/openkodo --skill curate-paxtone-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curate
Source: https://github.com/paxtone-studio/openkodo/tree/main/plugins/kodo/skills/curate
Command: npx skills add https://github.com/paxtone-studio/openkodo --skill curate-paxtone-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of losing valuable project knowledge and context by providing a structured way to capture, manage, and retrieve important decisions, patterns, and learnings.

Core Features & Use Cases

  • Context Capture: Add new context entries with categories, titles, and detailed descriptions.
  • Knowledge Management: List, search, edit, and remove context entries to maintain an up-to-date knowledge base.
  • Use Case: After deciding on a new authentication strategy, you can use this Skill to document the decision, its rationale, and examples, making it easily accessible for future reference by yourself and your team.

Quick Start

Use the curate skill to add a new architecture decision about using JWT for authentication.

Frequently Asked Questions about curate

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

FAQPage Schema
How do I capture architecture decisions and project learnings for future reference?

You can capture architecture decisions and project learnings by adding context entries with categories, titles, and detailed descriptions to a structured knowledge base. This ensures important patterns and rationale are easily accessible for future sessions.

What is the best way to build institutional memory for a software project?

Building institutional memory involves managing context entries across predefined categories like code style and testing. By making captured knowledge automatically loadable in future sessions, it reduces repeated explanations and preserves project context.

How do I search and manage existing context entries in a knowledge base?

You can manage a knowledge base by listing, searching, editing, and removing context entries. This maintains an up-to-date repository of decisions and patterns, ensuring documentation stays consistent and accurate over time.

Can I categorize documentation by specific areas like testing and code style?

Yes, documentation can be added across predefined categories such as architecture, testing, and code style. This categorization helps organize decisions and learnings, making retrieval more efficient for specific development contexts.

Why does my development team keep losing project context between sessions?

Project context is lost without a structured way to capture and retrieve decisions. By using a knowledge base to document rationale and patterns, captured context becomes automatically loadable, preventing knowledge loss across future sessions.

When should I document a decision in a knowledge base versus inline code comments?

Document decisions in a knowledge base when capturing broad patterns, rationale, or learnings that span architecture or testing categories. This makes context automatically loadable across sessions, unlike isolated inline comments.