원클릭으로
para-knowledge-sidecar
Sidecar data and templates for the /para-knowledge workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Sidecar data and templates for the /para-knowledge workflow.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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.
| 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"