Wraps the local projects-meta-mcp stdio server with the validated split-pair pattern (setup-X / using-X), 4th application after context7 / wiki / tasks. setup-projects-meta — 8-phase install: clones server repo to ~/.local/projects-meta-mcp, builds, writes ~/.config/projects-mcp/auth.toml, clones shared wiki to ~/projects/projects-wiki/ (canon path; legacy ~/projects/.wiki is detected and migrated — old path caused the wiki-path-mismatch bug, fixed upstream in 621a69f), registers mcpServers.projects-meta in ~/.claude.json. Confirmation gates between discovery and writes. using-projects-meta — runtime policy: read tools (tasks_aggregate, knowledge_search, meta_status, ...) and mutation tools with mandatory two-step preview→confirm. Carries the local-first rule inline: for the current project read .tasks/ / .wiki/ from disk; MCP cache is for *other* projects only. Wiki concept page concepts/projects-meta-skills.md documents the design, the path-canon fix, and the round-trip task lifecycle across machines. Closes [projects-meta-skills] in claude-skills (created from DESKTOP-NSEF0UK via projects-meta-mcp). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2.0 KiB
2.0 KiB
Wiki Index
Catalog of all wiki pages. One line per page, organized by type. Updated on every ingest / new page.
Overview
- overview.md — what claude-skills is, layout, how to navigate
Entities
Concepts
- active-platform-decision.md — why
active-platformis a skill (not a memory entry); why default = Windows; how it's wired intoproject-bootstrap - build-notes.md — why
build.ps1exists alongsidebuild.sh; PS 5.1 backslash-in-zip gotcha; how to extract a.skill - install-portability.md —
install.sh/build.shrewritten to dropmapfile(bash 4+) andfind -printf(GNU only) so stock macOS (bash 3.2 + BSD find) works - context7-setup.md — switched context7 from manual MCP entries to the official plugin; API key in
.mcp.jsonas--api-key; now also captured assetup-context7skill (one-time install/migrate flow with key discovery) - projects-meta-skills.md —
setup-projects-meta+using-projects-metaskill pair for the localprojects-meta-mcpstdio server (cross-project tasks + shared Gitea wiki); local-first rule + two-step mutation pattern - repo-layout.md — flat
skills/, committeddist/, bash + PowerShell scripts; install model - skill-versioning.md — why infra skills carry
version: <semver>in frontmatter and howproject-bootstraprecords them in a per-project manifest - skill-vs-plugin.md — when a bare SKILL.md is enough vs when you actually need a plugin (slash commands, hooks, sub-agents, MCP servers); concrete breakdown of
superpowers - wiki-realignment.md — fixing
project-bootstrapto create the Karpathy-canonical wiki layout