Sixz-AI

16 mods across 2 repositories, 4 stars between them.

prd-decomposer

01

Sixz-AI/prd-workflow

Skill Claude CodeCodex

Triggers when: user mentions "PRD", "requirements", "break down requirements", "split PRD", or provides a long feature document. Use this skill to first clarify ambiguous requirements, confirm business logic and boundaries, and then decompose the finalized PRD into atomic frontend tasks focusing purely on BUSINESS…

2 4mo ago A 71 tokens original MIT

prd-executor

02

Sixz-AI/prd-workflow

Skill Claude CodeCodex

Triggers when: user says "start executing PRD", "start development", "execute breakdown", "implement REQ", or a Dev Agent is assigned to a breakdown directory under docs/. Use this skill to guide the execution of a prddecomposer breakdown from start to finish, enforcing hard gates on requirements confirmation, TDD…

2 4mo ago A 79 tokens original MIT

repo-knowledge

03

Sixz-AI/repo-knowledge

Plugin Claude Code

Progressive codebase knowledge base — clone git repos, auto-generate documentation, and build a searchable knowledge cache that grows smarter with every query.

2 3mo ago A tokens not measured original MIT

repo-knowledge

04

Sixz-AI/repo-knowledge

Plugin Claude Code

Progressive codebase knowledge base — clone git repos, auto-generate documentation, and build a searchable knowledge cache that grows smarter with every query.

2 3mo ago A tokens not measured original MIT

indexer

05

Sixz-AI/repo-knowledge

Agent

Use this agent to scan a cloned code repository and generate per-function/class markdown documentation. Invoke during rk-create (full initial index) or rk-update (incremental processing of changed files). The agent enforces documentation granularity rules (one doc per function, split large classes by method) and…

2 3mo ago A 67 tokens original MIT

searcher

06

Sixz-AI/repo-knowledge

Agent

Use this agent to search a codebase knowledge base via 4-layer progressive matching (alias lookup → semantic index match → verify in cached doc → source-code fallback). The agent updates aliases on successful matches so future queries resolve faster. Invoke during rk-search for any natural-language query about an…

2 3mo ago A 63 tokens original MIT

SessionStart

07

Sixz-AI/repo-knowledge

Hook

Runs when a session starts on startup, running an inline shell check. From Sixz-AI/repo-knowledge.

2 3mo ago A tokens not measured original MIT

rk-create

08

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Create a new codebase knowledge base from a git repository URL. Clones the repo, scans all code files, generates documentation for each function/class, and builds a searchable index. Use when user says 'create knowledge base', 'index a repo', 'add a codebase', or provides a git URL to index.

2 3mo ago A 67 tokens original MIT

rk-delete

09

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Delete a codebase knowledge base and all its cached documentation. Removes the project cache, cloned repo, and registry entry. Use when user says 'delete knowledge base', 'remove repo', 'rk-delete', or wants to clean up a project.

2 3mo ago C 52 tokens original MIT

rk-list

10

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

List all codebase knowledge bases in the registry. Shows project name, git URL, last update time, and document count. Use when user says 'list repos', 'show knowledge bases', 'what codebases do I have', or 'rk-list'.

2 3mo ago A 54 tokens original MIT

rk-memo

11

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Save a piece of personal knowledge to the user's personal knowledge base (personal project). No git repo needed — stores anything the user knows by heart: commands, tips, best practices, personal workflows. Searchable via rk-search, synced via rk-push/pull. Use when user says 'remember this', 'save this note'…

2 3mo ago A 86 tokens original MIT

rk-pull

12

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Pull knowledge base from remote and merge into local. Fetches remote state, Agent compares diffs and merges (alias LRU merge for index.md, union dedup for registry.md, newer-cached-date wins for docs). Does NOT push — local only. Use when user says 'pull knowledge', 'sync from remote', 'rk-pull', or on a new machine…

2 3mo ago A 90 tokens original MIT

rk-push

13

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Push local knowledge base to the remote repository. Always fetches remote first, Agent compares diffs and merges (alias LRU merge for index.md, union dedup for registry.md, newer-cached-date wins for docs), then commits and pushes. Retries once on push rejection. Use when user says 'push knowledge', 'sync to remote'…

2 3mo ago A 87 tokens original MIT

rk-remote-init

14

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Initialize remote sync for the knowledge base. Sets up /.repo-knowledge/ as a git repository, configures a user-provided remote URL, links to the main branch, and either pushes local data (first machine) or pulls existing data (subsequent machines). Use when user says 'set up remote sync', 'connect remote repo', 'init…

2 3mo ago A 95 tokens original MIT

rk-search

15

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Search the codebase knowledge base with breadth-first scan and progressive alias learning. Scans ALL project indexes in parallel (including personal), scores candidates by alias/semantic match, then deep-verifies the best match. Use when user asks to find code, understand how something works, or get usage examples.

2 3mo ago A 64 tokens original MIT

rk-update

16

Sixz-AI/repo-knowledge

Skill Claude CodeCodex

Incrementally update a codebase knowledge base by checking git commit history. Finds changed files since last update, regenerates only affected documentation, and updates the index. Auto-pulls from remote before updating and auto-pushes after if remote is configured. Use when user says 'update knowledge base'…

2 3mo ago A 77 tokens original MIT