vault: session notes 2026-07-14
This commit is contained in:
parent
4edaffd80f
commit
4799266a67
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
type: hub
|
||||||
|
title: cc-plugins — personal Claude Code plugin marketplace
|
||||||
|
summary: Navigation hub for cc-plugins, the personal marketplace repo of Claude Code plugins (skills, commands, agent integrations) — what plugins exist, registration conventions, and where per-plugin docs live.
|
||||||
|
tags:
|
||||||
|
- type/hub
|
||||||
|
- project/cc-plugins
|
||||||
|
- tool/claude-code
|
||||||
|
scope: global
|
||||||
|
last_updated: 2026-07-14
|
||||||
|
date: 2026-07-14
|
||||||
|
source: cc-plugins
|
||||||
|
---
|
||||||
|
|
||||||
|
# cc-plugins
|
||||||
|
|
||||||
|
`cc-plugins` (`/home/jared/dev/cc-plugins`) is a personal marketplace of Claude Code plugins —
|
||||||
|
skills, commands, and integrations — registered via `.claude-plugin/marketplace.json`. Each
|
||||||
|
plugin has its own `CLAUDE.md`; the project root `CLAUDE.md` documents the orchestrator/subagent
|
||||||
|
session-discipline convention (all work is decomposed and delegated via the Agent tool, no
|
||||||
|
minimum complexity threshold) and progressive-disclosure rule (read a directory's `CONTEXT.md`
|
||||||
|
before opening source files in it).
|
||||||
|
|
||||||
|
Issue tracking: GitHub issues (`github:jaredswanson/cc-plugins`) — recorded in
|
||||||
|
`.cc-os/config`'s `tracker` key.
|
||||||
|
|
||||||
|
## Related
|
||||||
|
|
||||||
|
- [[cc-os-hub]] — the cross-project cc-os plugin family (os-status, os-adr, os-vault, os-backlog,
|
||||||
|
etc.) that this repo's ADRs, vault writes, and tracker routing depend on.
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
_No project-specific notes yet — this hub was created by `/os-status:fix` to satisfy the
|
||||||
|
`vault-hub-note-present` check. Add design/decision/research notes here as they accumulate._
|
||||||
|
|
@ -58,3 +58,10 @@ tags: [scope/global, type/log]
|
||||||
**Reason:** prompt_input_exit
|
**Reason:** prompt_input_exit
|
||||||
**Vault notes touched:**
|
**Vault notes touched:**
|
||||||
/home/jared/Documents/SecondBrain/agentic-sdlc-ai-developer-workflow-taxonomy.md
|
/home/jared/Documents/SecondBrain/agentic-sdlc-ai-developer-workflow-taxonomy.md
|
||||||
|
|
||||||
|
## Session — 2026-07-14T16:42:47Z
|
||||||
|
|
||||||
|
**Project:** /home/jared/dev/delta-refinery
|
||||||
|
**Reason:** other
|
||||||
|
**Vault notes touched:**
|
||||||
|
/home/jared/Documents/SecondBrain/delta-refinery.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue