smallnest

69 mods across 6 repositories, 1.9k stars between them.

goal-workflow

49

smallnest/goal-workflow

Plugin Claude Code

An AI-driven development workflow — from PRD to shipped code, all within Claude Code.

248 5d ago A tokens not measured original MIT

article-icons

50

smallnest/goal-workflow

Skill Claude CodeCodex

Illustrate an article (Markdown, HTML, etc.) with animated-style icons from itshover.com/icons. Fetches icons as clean inline SVG and places them at section headings, key concepts, lists, and callouts. Triggers on: /article-icons, 配图, 给文章配图标, add icons to article, illustrate with icons.

248 5d ago A 74 tokens original MIT

code-to-spec

51

smallnest/goal-workflow

Skill Claude CodeCodex

Reverse-engineer a SPEC document from an existing project. Analyzes code, config, tests, and structure to produce a comprehensive specification. Triggers on: code-to-spec, reverse spec, generate spec, 逆向规格, 生成规格文档, 生成设计文档, 生成设计方案, extract spec, document this project, what does this project do.

248 5d ago A 81 tokens copy · 100% MIT

design-it

52

smallnest/goal-workflow

Skill Claude CodeCodex

Use when turning a requirement, spec, or feature brief into a single self-contained HTML design document in a fixed house style — one styled HTML page with a table-of-contents, architecture/sequence SVG diagrams, code/SQL/YAML blocks, callout boxes, an aligned-decisions (已对齐结论) panel, test cases, and a code index.…

248 5d ago A 95 tokens original MIT

graph

53

smallnest/goal-workflow

Skill Claude CodeCodex

Graph engineering for parallel task execution: convert a task, PRD, SPEC, or issue set into a dependency graph (DAG), layer it into supersteps, then implement each independent node concurrently with subagents — each node runs /goal → /review-it → /ship-it in an isolated git worktree, with a fan-in barrier between…

248 5d ago A 129 tokens copy · 98% MIT

humanize-it

54

smallnest/goal-workflow

Skill Claude CodeCodex

A Chinese-language rewriting tool that revises documents to sound more like natural human writing, choosing a method based on whether the text is general, academic, long, or technical.

248 5d ago A 152 tokens original MIT

insight-diagram

55

smallnest/goal-workflow

Skill Claude CodeCodex

A code-documentation tool that examines a software project and creates UML diagrams, architecture diagrams, and flowcharts as HTML and SVG files in the docs/ folder.

248 5d ago A 66 tokens copy · 100% MIT

listenhub-tts

56

smallnest/goal-workflow

Skill Claude CodeCodex

A text-to-speech tool that uses the ListenHub service to turn written text into audio, including short recordings, multi-speaker scripts, and long-form streamed speech.

248 5d ago A 138 tokens original MIT

loop-it

57

smallnest/goal-workflow

Skill Claude CodeCodex

Automated issue loop with checkpoint/resume: fetch open GitHub issues → dependency-aware topological sort → implement each issue end-to-end → review with /review-it → ship with /ship-it → repeat. Persists state to .loop-state.json for crash recovery. Triggers on: loop-it, loop issues, auto implement, 批量实现, 循环实现…

248 5d ago A 93 tokens original MIT

modern-go

58

smallnest/goal-workflow

Skill Claude CodeCodex

Modernize Go code by applying version-appropriate idioms and APIs (gofix-style transformations). Scans go.mod for the Go version, then transforms Go source files to use modern patterns—from Go 1.0 through 1.26+. Use when the user says "现代化","现代Go语言", "地道的", "idiomatic", "modernize", "modern-go", "update Go code"…

248 5d ago A 102 tokens copy · 100% MIT

note-it

59

smallnest/goal-workflow

Skill Claude CodeCodex

Capture implementation notes after code implementation and review/fix. Records design decisions, deviations, tradeoffs, and open questions to docs/issue#XXXX.html. Triggers on: /note-it, 记录笔记, implementation notes.

248 5d ago A 50 tokens copy · 100% MIT

prd-to-spec

60

smallnest/goal-workflow

Skill Claude CodeCodex

Transform a PRD into a technical SPEC document — architecture, API design, data model, error handling, and implementation contracts. Triggers on: prd-to-spec, prd to spec, prd转spec, 需求转设计, 需求转规格, generate spec from prd, design from prd, 技术方案, 设计方案.

248 5d ago A 77 tokens copy · 100% MIT

prd

61

smallnest/goal-workflow

Skill Claude CodeCodex

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. After PRD is confirmed, use /prd-to-spec (optional) for technical design, then /to-issues to create implementable tickets. Triggers on: create a prd, write prd for, plan…

248 5d ago A 106 tokens copy · 86% MIT

refactor

62

smallnest/goal-workflow

Skill Claude CodeCodex

Expert code refactoring based on Martin Fowler's catalog — improve maintainability without changing behavior. Covers code smells, composing methods, moving features, organizing data, simplifying conditionals, method calls, and generalization. Triggers on: refactor, 重构, clean up, improve code, code smell, extract…

248 5d ago A 71 tokens original MIT

review-it

63

smallnest/goal-workflow

Skill Claude CodeCodex

Code review closeout for Claude Code, Codex, OpenCode, DeepSeek TUI, and Antigravity CLI: local dirty changes, branch vs main, parallel tests.

248 5d ago A 39 tokens copy · 100% MIT

ship-it

64

smallnest/goal-workflow

Skill Claude CodeCodex

Code commit, PR creation, merge, and issue closure workflow via GitHub CLI (gh). Triggers after a goal (GitHub Issue) implementation is complete — commit code, push branch, create PR, merge, then close the issue. Use when the user says "提交代码", "commit and merge", "创建PR", "合入", "关闭issue", "ship-it", or when a goal…

248 5d ago A 96 tokens original MIT

smell

65

smallnest/goal-workflow

Skill Claude CodeCodex

Detect software architecture bad smells, algorithmic complexity hotspots, and anti-patterns in a codebase. Produces a detailed markdown report identifying violations of architectural principles, design patterns, code quality, and performance complexity. Triggers on: smell, code smell, architecture smell, find…

248 5d ago A 97 tokens copy · 89% MIT

to-design

66

smallnest/goal-workflow

Skill Claude CodeCodex

Generate a design document (design proposal) from a PRD, in the style of Go's official design proposals — Abstract / Background / Design / Rationale / Compatibility / Implementation, heavy on the 'why' and tradeoffs. Triggers on: to-design, prd-to-design, prd转设计文档, 生成设计文档, 写设计文档, design doc, design proposal, 设计提案…

248 5d ago A 96 tokens copy · 100% MIT

to-issues

67

smallnest/goal-workflow

Skill Claude CodeCodex

Decompose a PRD and/or SPEC into implementable, vertically-sliced Issues with real blocking edges, then create them in your chosen platform (GitHub or Local). Use after /prd (and optionally /prd-to-spec) to turn requirements into agent-ready tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片…

248 5d ago A 96 tokens original MIT

understand

68

smallnest/goal-workflow

Skill Claude CodeCodex

Review and understand freshly AI-generated code. Scans the current repo's uncommitted/branch changes and builds a Claude-style light-themed two-column webpage — left is the project folder tree of changed files, right is the selected file's syntax-highlighted diff (additions/deletions clearly distinguished from…

248 5d ago A 125 tokens original MIT

acp-remote

69

smallnest/imclaw

Skill Claude CodeCodex

Connect to remote ACP server and execute commands via imclaw-cli.

51 4mo ago C 19 tokens original MIT