smallnest

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

smallnest/autoresearch

Instructions file

Instructions for smallnest/autoresearch, covering claude.md, project overview, running, process issue #n in the current directory's project and with project path, max iterations, or continue mode.

569 1mo ago A 1,729 tokens copy · 94% MIT

claude-mimo

26

smallnest/autoresearch

Agent

Instructions for a software-engineering agent that can review code or implement features, including tests and quality checks.

569 1mo ago A 0 tokens original MIT

claude

27

smallnest/autoresearch

Agent

Instructions for a software-engineering agent that can review code or implement features, including tests and quality checks.

569 1mo ago A 0 tokens original MIT

codex

28

smallnest/autoresearch

Agent

Agent "codex" from smallnest/autoresearch, covering codex agent, 角色定位, 工作流程, phase 1: 理解需求 and phase 2: 分析代码.

569 1mo ago A 0 tokens original MIT

deepseek

29

smallnest/autoresearch

Agent

A software-engineering agent based on DeepSeek V4 that can implement changes or review code. It uses a staged process to understand an issue, inspect the code, make suitable changes and tests, and check quality.

569 1mo ago A 0 tokens original MIT

opencode

30

smallnest/autoresearch

Agent

A software-engineering agent that can implement requested changes or review code. It works from an issue, examines the relevant code, writes tests, and performs checks such as compilation, linting, and security review.

569 1mo ago A 0 tokens original MIT

prd

31

smallnest/autoresearch

Skill Claude CodeCodex

Generate a Product Requirements Document (PRD) for a new feature, then decompose it into implementable Issues. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out, 写PRD, 需求文档, 需求分析, 规格说明.

569 1mo ago A 86 tokens original MIT

smallnest/pigo

Skill Claude CodeCodex

Create professional, dark-themed architecture diagrams as standalone HTML files with SVG graphics. Use when the user asks for system architecture diagrams, infrastructure diagrams, cloud architecture visualizations, security diagrams, network topology diagrams, or any technical diagram showing system components and…

403 2d ago A 55 tokens original MIT

code-to-spec

33

smallnest/pigo

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.

403 2d ago A 81 tokens original MIT

graph

34

smallnest/pigo

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…

403 2d ago A 129 tokens original MIT

insight-diagram

35

smallnest/pigo

Skill Claude CodeCodex

A project-analysis tool that creates UML diagrams, architecture diagrams, and flowcharts from a codebase. UML is a standard way to draw software structure and behavior.

403 2d ago A 66 tokens original MIT

loop-it

36

smallnest/pigo

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 → document with /note-it → ship with /ship-it → repeat. Persists state to .loop-state.json for crash recovery. Triggers on: loop-it, loop issues, auto…

403 2d ago A 99 tokens original MIT

modern-go

37

smallnest/pigo

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"…

403 2d ago A 102 tokens original MIT

note-it

38

smallnest/pigo

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.

403 2d ago A 50 tokens original MIT

prd-to-spec

39

smallnest/pigo

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, 技术方案, 设计方案.

403 2d ago A 77 tokens original MIT

prd

40

smallnest/pigo

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…

403 2d ago A 106 tokens original MIT

refactor

41

smallnest/pigo

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…

403 2d ago A 71 tokens original MIT

review-it

42

smallnest/pigo

Skill Claude CodeCodex

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

403 2d ago A 39 tokens original MIT

ship-it

43

smallnest/pigo

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…

403 2d ago A 96 tokens original MIT

smell

44

smallnest/pigo

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…

403 2d ago A 97 tokens original MIT

to-design

45

smallnest/pigo

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, 设计提案…

403 2d ago A 96 tokens original MIT

to-issues

46

smallnest/pigo

Skill Claude CodeCodex

Decompose a PRD and/or SPEC into implementable Issues and create them in your chosen platform (GitHub, Local, or Baidu iCafe). Use after /prd (and optionally /prd-to-spec) to turn requirements into actionable tickets. Triggers on: create issues, to-issues, 创建issue, 拆解issue, 生成卡片, 创建卡片, generate issues from PRD, issues…

403 2d ago A 92 tokens original MIT

weather

47

smallnest/pigo

Skill Claude CodeCodex

Get current weather and forecasts (no API key required).

403 2d ago A 13 tokens copy · 92% MIT

goal-workflow

48

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