| name | PARA Knowledge Sidecar |
| description | Sidecar data and templates for the /para-knowledge workflow. |
| source | custom |
PARA Knowledge Sidecar Skill
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.
1. Resource Router
| 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. |
2. Usage Instructions
Agent must use the following commands within the /para-knowledge workflow to utilize these resources when creating or updating KIs:
cat .agents/skills/para-knowledge/references/ki-authoring-guidelines.md 2>/dev/null || echo "⚠️ Guidelines not found"
cat .agents/skills/para-knowledge/references/ki-template.md 2>/dev/null || echo "⚠️ Template not found"
3. Maintenance Notes
- When adding new templates, ensure they follow the OSS English-First Governance (all internal content must be in English).
- Register any new files in the Resource Router above.