repo-knowledge-share
Repo Knowledge Share
Share feature and framework knowledge across projects. When working on project Y, check if project X already solved the same problem — and if so, read the implementation for reference.
Data Locations
- Knowledge files (git-tracked):
<skills-repo>/repo-knowledge-share/knowledge/<project-slug>.md- Skills repo:
/Users/derekxwang/Development/projects/DXW/tools/skills - Remote:
https://github.com/Derek-X-Wang/skills
- Skills repo:
- Local config (device-specific, NOT git-tracked):
~/.config/repo-knowledge-share.json
Local Config Schema
File: ~/.config/repo-knowledge-share.json
If it doesn't exist, create it with this default structure:
More from derek-x-wang/skills
life-os
>
10convex
Build full-stack TypeScript applications with Convex - a reactive backend-as-a-service with real-time database, serverless functions, and automatic caching. Use when working with Convex projects, writing queries/mutations/actions, defining schemas, using the Convex CLI, or integrating Convex with React/Next.js/Node.js applications.
4better-convex
ALWAYS use this skill when working with convex or better-convex. Covers the common end-to-end feature path using cRPC + ORM + auth + React, with setup/bootstrap and niche depth in references.
3manage-my-skills
Manage, update, and install personal agent skills from Derek-X-Wang/skills. Use when the user wants to create, edit, update, or install skills. Handles the full workflow — edit locally, commit, push, then npx skills install.
3cmux-team
Run a Claude Code agent team inside a cmux claude-teams session. Use when the current session was launched via `cmux claude-teams` and you want to spawn teammates that surface as separate cmux panels. Covers detection, the spawn → coordinate → shutdown contract, and a mode index — pick the matching `modes/<mode>.md` for the topology you actually want (feature build, AFK runner, parallel AFK runners, structured debate, parallel research).
3team-harness
Kick off a Claude Code agent team for feature development or debugging. Uses parallel teammates (engineer, dev-environment watcher, QA tester) that communicate and loop on errors autonomously. Use when the user says "start a team", "team build", "team debug", wants parallel agents that talk to each other, or needs a dev/test/fix loop.
2