cp-skill-connect

Solid

Discover connections for a single artifact. Writes a connect-report under kb/reports/connect/<collection>/ without mutating library artifacts or indexes. Use with an artifact path or artifact name.

AI & Automation 69 stars 9 forks Updated today CC-BY-4.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Connect — Discovery Only Find candidate connections for a single artifact and write them to a **discovery report** at `kb/reports/connect/<collection>/<artifact-name>.connect.md`. The report is the only direct write this skill performs. Do not edit the source artifact, other artifacts, indexes, collection files, or logs. Connect reports are gitignored; they are immediate downstream context and can be regenerated from the source artifact plus current KB state. The skill owns execution. The type owns the report contract. Use this skill for routing, setup, tool use, delegated skill calls, and file writes. Use the loaded type spec for section meanings, quality standards, and the template. If the skill and type both mention the same report-content rule, prefer the type. ## Input Target: `$ARGUMENTS` — one artifact path or artifact name. If none provided, ask which artifact to connect. Determine the source **collection** from the artifact's path (`kb/notes/` -> notes, `kb/reference/` -> reference, etc.). ## Setup 1. Determine the source collection from the target artifact's path (`kb/notes/...` -> `notes`, `kb/reports/foo.md` -> `reports`, etc.). **Hard fail immediately if `kb/<source-collection>/COLLECTION.md` does not exist** — do not attempt discovery, do not fall back to defaults, do not soldier on. Report the missing file path to the user and stop. The COLLECTION.md is the only linking-rules surface; without it the skill has no authorised destinations or labels and an...

Details

Author
zby
Repository
zby/commonplace
Created
3 months ago
Last Updated
today
Language
Python
License
CC-BY-4.0

Similar Skills

Semantically similar based on skill content — not just same category