Shortcodes
All shortcodes available in the system. Each shortcode is a first-class atomic thought β addressable, composable, with declared signature, parameters, examples, and Claude Code prompt fragment. Click any shortcode to open its full documentation page.
| Operation | Summary | Skill(s) | Kind |
|---|---|---|---|
changeProposal |
Renders a proposed change to a document section as a Bootstrap card with mode-specific visual treatment. Takes asis/tobe/rationale content as named string arguments β typically populated via Nunjucks {% set %} blocks for multi-paragraph markdown content. | change-management |
inline |
concept |
Embed the raw HTML body of a concept entry β typically a callout, info box, or status banner. | atomic-thoughts-references |
inline |
currentDate |
Return today's date as a YYYY-MM-DD string at build time. | roadmap |
inline |
currentPhase |
Return the name of the roadmap phase that contains today. | roadmap |
inline |
glossaryByTag |
Render a definition-list (`<dl>`) glossary block of all terms with the given tag. | atomic-thoughts-references |
inline |
glossaryTableByTag |
Render a Bootstrap table of terms with the given tag β name (linked) and summary. | atomic-thoughts-references |
inline |
operationsTableByTag |
Render a Bootstrap table of atomic-thought operations matching a tag β name, summary, skill(s), kind. | atomic-thought-operations |
inline |
pageReferences |
Render a 'Terms used on this page' block listing every term/concept/popover the page referenced, with per-target counts. | atomic-thoughts-references |
inline |
popover |
Inline term/page reference that reveals a Bootstrap popover with title, summary, and a 'read full definition' link. | atomic-thoughts-references |
inline |
relativeDate |
Compute a date by applying an offset to a frontmatter anchor. | roadmap |
inline |
shortcodeRef |
Render one atomic-thought operation as a documentation card (signature, parameters, examples). | atomic-thought-operations |
inline |
skillContent |
Read the SKILL.md content for a skill from .claude/skills/<slug>/ and return it as Markdown for inline rendering. | atomic-thought-operations |
inline |
skillPrompt |
Compose a Claude Code prompt from every operation's prompt_fragment in a skill, with a copy-to-clipboard button. | atomic-thought-operations |
inline |
term |
Render the full inline card for a term β title, glyph, sub, body β embedded in page flow. | atomic-thoughts-references |
inline |
termInline |
Render a term's body or any frontmatter field as inline content with no chrome β the term flows as prose, indistinguishable from text the author typed directly. | atomic-thoughts-references |
inline |
No shortcodes match the current filters.