com um clique
para-knowledge-sidecar
Sidecar data and templates for the /para-knowledge workflow.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Sidecar data and templates for the /para-knowledge workflow.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Companion skill for the /open workflow. Automates workspace diagnostic steps when starting a new session on a project. Collects active session status, project contracts, active task metrics, compact memory presence, roadmap phases, pending brainstorms, and git status.
Sidecar data for /brainstorm workflow — Brainstorm (open), Decision (finalized), and Research document templates loaded just-in-time.
Sidecar data for /docs workflow — document templates loaded just-in-time when generating docs.
Modular HTML rendering engine for PARA Workspace. Converts Markdown documents, code graphs, and standalone files into interactive, self-contained HTML pages with consistent Notion-inspired theming. Triggers when the user asks to compile docs to HTML, render graph visualization, export markdown to HTML, view docs statically, or preview documents.
Sidecar data for /plan workflow — Detail Plan and Roadmap templates loaded just-in-time.
Sidecar data for /qa workflow — Red Team personas, dimension checklists, and QA report templates loaded just-in-time.
Baseado na classificação ocupacional SOC
| name | PARA Knowledge Sidecar |
| description | Sidecar data and templates for the /para-knowledge workflow. |
| source | custom |
Type: Workflow Sidecar Skill Companion Workflow:
/para-knowledge
This skill provides sidecar data (templates, authoring guidelines) for the /para-knowledge workflow. It ensures that all Knowledge Items (KIs) generated by AI Agents comply with OSS guidelines, use optimal token-chunking strategies, and avoid exposing local environment details.
| Resource | Relative Path | Description |
|---|---|---|
| KI Authoring Guidelines | references/ki-authoring-guidelines.md | Core guidelines for writing KIs: chunking, English-first, and relative paths. |
| KI Artifact Template | references/ki-template.md | Standard markdown boilerplate for a KI artifact. |
Agent must use the following commands within the /para-knowledge workflow to utilize these resources when creating or updating KIs:
# To load the authoring guidelines before writing:
cat .agents/skills/para-knowledge/references/ki-authoring-guidelines.md 2>/dev/null || echo "⚠️ Guidelines not found"
# To load the KI markdown template:
cat .agents/skills/para-knowledge/references/ki-template.md 2>/dev/null || echo "⚠️ Template not found"