truthmark-structure
Helps design or fix documentation ownership structures for better navigation and maintenance.
Install
mkdir -p .claude/skills/truthmark-structure && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10234" && unzip -o skill.zip -d .claude/skills/truthmark-structure && rm skill.zipInstalls to .claude/skills/truthmark-structure
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when routing or truth ownership is missing, stale, broad, overloaded, catch-all, unrouteable, mixed-owner, needs split/repair, or needs new area setup. Not for documenting implemented behavior, syncing a code diff, or realizing docs into code.Key capabilities
- →Design routing structure
- →Repair broken routes
- →Redesign area ownership
- →Initialize documentation areas
How it works
Analyzes repository routing and ownership metadata to design or repair documentation areas.
Inputs & outputs
When to use truthmark-structure
- →Repair broken documentation routes
- →Redesign area ownership
- →Initialize new project documentation areas
About this skill
Truthmark Structure
Use this skill to design or repair Truthmark area structure.
Use as a Copilot agent skill. Prompt files remain available under .github/prompts/ for command-style invocation in supported Copilot IDEs.
Quick procedure:
- Follow repository instruction files that exist in this checkout; do not assume any optional policy path exists.
- Inspect .truthmark/config.yml and configured route files (docs/truthmark/routes/areas.md; docs/truthmark/routes/areas/) only when they exist; then inspect current docs and relevant code directly.
- Define areas by product or behavior ownership, not by mechanical directory mirroring.
- Do not edit functional code.
Progressive disclosure:
- support/procedure.md — read before edits or detailed auditing; contains core review questions
- support/report-template.md — read before the final report
- support/subagents-and-leases.md — read only when using subagents, leases, or accepting worker output
When not to use it
- →Documenting implemented behavior
Prerequisites
Limitations
- →Do not edit functional code
How it compares
Focuses on product/behavior ownership rather than mechanical directory mirroring.
Compared to similar skills
truthmark-structure side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| truthmark-structure (this skill) | 0 | 1mo | No flags | Advanced |
| ideate | 1 | 6mo | No flags | Beginner |
| plan-archive | 0 | 3mo | Review | Intermediate |
| ml-paper-writing | 48 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
ideate
liveloveapp
Capture and document a new idea in this repo. Use when the user says things like "help me brainstorm", "I have an idea", or "let's capture this for the future" and wants it recorded in `design/ideas/` with a summary, supporting research (repo context + web if useful), and a sketch.
plan-archive
Librefolio
Use this skill when the user needs to verify, cross-link, or archive development plans. Covers plan naming conventions, cross-linking between plans, archiving completed plan chains into phases/, and updating README indexes.
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
docs-review
metabase
Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.
claude-md-improver
anthropics
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project memory optimization".
markdown-to-html
github
Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.