project-notes

Organizes project knowledge into markdown notes with wikilinks and an index.

Updated Dec 19, 2025
One-click install
npx skills add https://github.com/a3lem/my-claude-plugins --skill project-notes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-notes
Source: https://github.com/a3lem/my-claude-plugins/tree/main/plugins/project-notes/skills/project-notes
Command: npx skills add https://github.com/a3lem/my-claude-plugins --skill project-notes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the process of creating, updating, and organizing project documentation within the notes/ directory, ensuring clarity and discoverability of project knowledge.

Core Features & Use Cases

  • Structured Documentation: Guides the creation of plain markdown files organized by topic.
  • Cross-referencing: Promotes the use of [[wikilinks]] for internal note connections.
  • Content Routing: Helps decide whether to use journal entries, decision logs, general notes, or durable docs/ content.
  • Index Curation: Emphasizes the importance of notes/INDEX.md as a human-maintained entry point.
  • Use Case: When you need to document a new feature, decide where to store research findings, or create a new decision log entry, this skill provides the framework and guidance.

Quick Start

Use the project-notes skill to create a new page in the notes directory about the recent user feedback.

Frequently Asked Questions about project-notes

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

FAQPage Schema
How do I organize project knowledge using markdown files?

To organize project knowledge, this skill manages plain markdown files within a `notes/` directory, using conventions like wikilinks for cross-referencing and routing content to journals or decision logs.

What is the best way to route project documentation to the right section?

The best way to route project documentation is using this skill's framework to evaluate whether content belongs in journal entries, decision logs, general notes, or durable `docs/` sections.

How do wikilinks improve knowledge management for my project?

Wikilinks improve knowledge management by connecting related markdown files, allowing you to cross-reference notes and build a navigable web of project documentation within the directory.

How do I create an index for my project notes?

To create an index for project notes, this skill facilitates curating a human-maintained `notes/INDEX.md` file that serves as a central entry point for discovering valuable content.

When should I use general notes versus durable docs for project documentation?

You should use general notes for ongoing research and journals, while durable docs are for finalized content; this skill provides the guidance to decide the correct routing.

Does this project management documentation approach require external dependencies?

No, this project management documentation approach requires no external dependencies, relying entirely on plain markdown files and standard wikilink syntax to organize knowledge.