Markdown skill packs
Markdown skill packs for AI projects
Nomnom collects source material, turns it into editable Markdown, and publishes it as installable skill sets.
From source material to installed project knowledge
A skill pack is a curated folder tree of Markdown and Mermaid documents for coding agents, downstream projects, and human readers.
Collect sources
Import repositories, URLs, websites, diagrams, uploads, and hand-written notes.
Edit files
Organize every item as Markdown in folders, with safe Mermaid previews.
Publish skill sets
Curate public packs with hosted links and machine-readable manifests.
Install in projects
Use the CLI installer or open pull requests from selected content.
Mermaid sandbox
Make realtime Mermaid changes with your LLM of choice helping correct syntax.
graph TD
A["Github Repository (n)"]
B["Web Sources"]
C["Uploaded files"]
D["Manual/Sandbox"]
E[("Content DB")]
F["Zip Downloads"]
G["Hosted packs"]
H["API sources"]
I["NPM .nomnom skillsets"]
A --> E
B --> E
C --> E
D --> E
E --> F
E --> G
E --> H
E --> I
Source types
Bring in the material teams already maintain, then keep it editable as Markdown.
GitHub
Import repository content and selected files.
Bitbucket
Collect project docs from Bitbucket repositories.
Websites
Turn website content into structured Markdown.
Markdown uploads
Add existing Markdown files and folders.
Mermaid diagrams
Preview diagrams safely inside Markdown.
Manual files
Create and edit files directly in the pack tree.
Concrete outputs
Nomnom publishes practical artifacts that can be inspected, hosted, exported, or installed.
ZIP exports
Download packs while preserving folder structure.
Public pack links
Share hosted skill sets with teammates and users.
Hosted API manifests
Expose pack metadata for tools and automation.
Raw Markdown corpus
Keep source files portable and easy to review.
NPM installer commands
Install published packs with npx nomnom install.
GitHub pull requests
Open PRs from selected content.
{
"name": "alex/filter-list",
"format": "markdown-skill-pack",
"files": ["README.md", "rules/filtering.md", "diagrams/flow.md"]
}Install a published skill set from the command line.
npx nomnom install alex/filter-listPrepare a skill pack
Collect source material, edit the Markdown tree, and publish the set when it is ready.