3062-in-zamud

19 mods across 1 repository, 3 stars between them.

git-commit

01

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Create Conventional Commits with type prefix, breaking change detection, dry-run preview, and strict rules against ticket IDs in messages. AUTOMATICALLY USE when: (1) Creating git commits ("commit", "git commit") (2) Suggesting commit messages ("commit message") (3) Splitting commits ("split commits") (4) Fixing…

3 1mo ago A 92 tokens original MIT

git-release

02

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Orchestrate the full release process: push to develop, generate release summary, propose version bump, update package.json files, generate CHANGELOG, create release PR, and monitor CI. Supports dry-run preview mode. AUTOMATICALLY USE when: (1) Releasing a new version ("release", "cut a release", "prepare release") (2)…

3 1mo ago A 126 tokens original MIT

knowledgine-capture

03

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Record knowledge to the local knowledge base after solving problems, making design decisions, or discovering reusable patterns. Invoke whenever you have just fixed a bug, made an architectural choice, found a reusable pattern, learned something from external sources, or completed a refactoring. Capturing while context…

3 1mo ago A 70 tokens original MIT

knowledgine-recall

04

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Search the local knowledge base for past solutions, design decisions, and patterns before starting work. Invoke when facing an error or exception, when approaching an unfamiliar area of the codebase, or when considering implementation approaches. Prevents re-solving already-solved problems and surfaces relevant…

3 1mo ago A 63 tokens original MIT

knowledgine-suggest

05

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Get contextual knowledge suggestions based on the current work context — the file being edited, the task being performed, or the error being investigated. Invoke at the start of a work session, when opening a new file, or when beginning a feature. Surfaces relevant past knowledge proactively without requiring a…

3 1mo ago A 67 tokens original MIT

sdd-analyze

06

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Analyze existing codebase to inform spec design. Scans specified packages or directories to extract architecture patterns, public APIs, dependency relationships, and test coverage. Output feeds directly into design.md.

3 1mo ago A 42 tokens original MIT

sdd-close

07

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Close out a completed spec. Verifies all acceptance criteria are met, updates spec status to completed, captures knowledge learned during implementation, and updates the spec index.

3 1mo ago A 36 tokens original MIT

sdd-handoff

08

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Generate a handoff report for transitioning work between tools (Claude Code to Cursor, or vice versa). Summarizes spec status, progress, decisions made, and how to continue.

3 1mo ago A 41 tokens original MIT

sdd-implement

09

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Implement features by working through tasks.md step by step with TDD. Reads the full spec (requirements.md, design.md, tasks.md), implements each task in order, and updates progress. Works in both Claude Code and Cursor.

3 1mo ago A 51 tokens original MIT

sdd-init

10

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Initialize a new SDD spec directory with templates. Creates specs/KNOW-{NNN}-{description}/ with requirements.md, design.md, and tasks.md populated from templates. Auto-assigns the next available ticket number.

3 1mo ago A 49 tokens original MIT

sdd-review

11

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Perform a comprehensive spec compliance review. Combines AGENTS.md review checklist with spec-specific checks against requirements.md, design.md, and tasks.md. Produces a structured review report with pass/fail/warn per item.

3 1mo ago A 48 tokens original MIT

sdd-spec

12

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Generate or refine the three SDD spec files (requirements.md, design.md, tasks.md) for an existing spec directory. Analyzes the codebase, conducts user dialogue for requirements, and produces implementation-ready specifications.

3 1mo ago A 48 tokens original MIT

sdd-status

13

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Display a dashboard of all specs and their progress. Shows status, completion percentage, and last update for each spec in specs/. Quick overview of the SDD pipeline.

3 1mo ago A 37 tokens original MIT

sdd-sync

14

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Synchronize specs/tasks.md with Plans.md. Expands spec tasks into Plans.md format with spec reference links, and reflects Plans.md completions back to tasks.md. Bridges SDD and Harness workflows.

3 1mo ago A 44 tokens original MIT

sdd-validate

15

3062-in-zamud/knowledgine

Skill Claude CodeCodex

Validate that implementation satisfies spec acceptance criteria. Maps each criterion in requirements.md to corresponding tests, runs them, and reports pass/fail per criterion. Use after implementation, before PR creation.

3 1mo ago A 42 tokens original MIT

3062-in-zamud/knowledgine

Instructions file CodexOpenCode

Instructions for 3062-in-zamud/knowledgine, covering agents.md, project overview, build & verify, build order and architecture.

3 1mo ago A 1,293 tokens original MIT

3062-in-zamud/knowledgine

Instructions file

Instructions for 3062-in-zamud/knowledgine, covering knowledgine, commands, build order, key rules and sdd (spec-driven development).

3 1mo ago A 508 tokens original MIT

observer

18

3062-in-zamud/knowledgine

Agent

A post-processing agent for Knowledgine, a tool that indexes Markdown notes. It extracts patterns and entities from notes, classifies them into six categories, and can identify contradictions or possibly outdated information.

3 1mo ago A 0 tokens original MIT

knowledgine

19

3062-in-zamud/knowledgine

MCP server Claude CodeCodexCursor +2

CLI for indexing markdown files and serving MCP knowledge tools. Runs locally from the @knowledgine/cli npm package.

3 1mo ago A tokens not measured original MIT