forge:note

Add, browse, and manage FORGE notes with MCP tools and local storage.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:note
Source: https://github.com/Chulf58/FORGE/tree/main/skills/note
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage FORGE knowledge notes. Prefer MCP tools: forge_add_note to add, forge_read_notes to list/search, forge_delete_note to remove. Fall back to reading .pipeline/notes.json directly if MCP unavailable.

Core Features & Use Cases

  • Add notes with optional hashtags to tag and categorize.
  • List and search notes quickly, with most recent first.
  • View and review existing notes from the knowledge base.

Quick Start

Add a new note summarizing the latest deployment changes.

Frequently Asked Questions about forge:note

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

FAQPage Schema
How do I capture and search FORGE knowledge notes during a workflow?

Yes, you can tag notes by adding optional hashtags when using the forge_add_note command. Hashtags categorize and organize your knowledge notes, making it easier to filter and browse notes within the local store.

What happens to my notes if MCP tools are unavailable?

If MCP tools are unavailable, the system falls back to reading the .pipeline/notes.json file directly to access your knowledge notes. This ensures you can still browse notes, though you cannot use the automated search commands.

How do I remove an existing note from the FORGE knowledge base?

To remove a note from the knowledge base, use the forge_delete_note command provided by the Skill. This manages your notes store directly and keeps your knowledge base clean during execution workflows.

Does FORGE note management require any external dependencies?

No external dependencies are required to use FORGE note management. The Skill relies on defined MCP tools and falls back to reading the local .pipeline/notes.json file, requiring no additional setup.

What is the best way to organize FORGE notes across planning and execution workflows?

The best way to organize FORGE notes is by using the forge_add_note command with hashtags to categorize entries, then using forge_read_notes to search and review notes by tag across your workflows.