letuhao

53 mods across 2 repositories, 22 stars between them.

aif-architecture

01

letuhao/lore-weave

Skill Claude CodeCodex

Generate architecture guidelines for the project. Analyzes tech stack from DESCRIPTION.md, recommends an architecture pattern, and creates .ai-factory/ARCHITECTURE.md. Use when setting up project architecture, asking "which architecture", or after $aif setup.

22 2d ago A 58 tokens AGPL-3.0

aif-archive

02

letuhao/lore-weave

Skill Claude CodeCodex

Archive completed plans and roadmap milestones. Moves finished plans to the archive directory and optionally trims closed milestones from ROADMAP.md. Use when user says "archive plans", "clean up plans", "archive completed", or "trim roadmap".

22 2d ago A 51 tokens AGPL-3.0

aif-best-practices

03

letuhao/lore-weave

Skill Claude CodeCodex

Code quality guidelines and best practices for writing clean, maintainable code. Covers naming, structure, error handling, testing, and code review standards. Use when writing code, reviewing, refactoring, or asking "how should I name this", "best practice for", "clean code".

22 2d ago A 64 tokens AGPL-3.0

letuhao/lore-weave

Skill Claude CodeCodex

Analyze project and generate or enhance build automation file (Makefile, Taskfile.yml, Justfile, Magefile.go). If a build file already exists, improves it by adding missing targets and best practices. Use when user says "generate makefile", "create taskfile", "add justfile", "setup mage", or "build automation".

22 2d ago A 75 tokens AGPL-3.0

aif-ci

05

letuhao/lore-weave

Skill Claude CodeCodex

Generate CI/CD pipeline (GitHub Actions / GitLab CI) with linting, static analysis, tests, security. Use when user says "ci", "setup ci", "github actions", "gitlab ci", "pipeline".

22 2d ago A 51 tokens AGPL-3.0

aif-commit

06

letuhao/lore-weave

Skill Claude CodeCodex

Create conventional commit messages by analyzing staged changes. Generates semantic commit messages following the Conventional Commits specification. Use when user says "commit", "save changes", or "create commit".

22 2d ago A 41 tokens AGPL-3.0

aif-distillation

07

letuhao/lore-weave

Skill Claude CodeCodex

Distill books, documents, folders, or URLs into compact, practical Agent Skills. Use when source material should become either one reusable skill package or a split set of focused skills, each with a concise SKILL.md plus detailed references and examples.

22 2d ago A 54 tokens AGPL-3.0

aif-dockerize

08

letuhao/lore-weave

Skill Claude CodeCodex

Analyze project and generate Docker configuration: Dockerfile (multi-stage dev/prod), compose.yml, compose.override.yml (dev), compose.production.yml (hardened), and .dockerignore. Includes production security audit. Use when user says "dockerize", "add docker", "docker compose", "containerize", or "setup docker".

22 2d ago A 74 tokens AGPL-3.0

aif-docs

09

letuhao/lore-weave

Skill Claude CodeCodex

Generate and maintain project documentation. Creates a lean README as a landing page with detailed docs pages split by topic in the configured docs directory. Use when user says "create docs", "write documentation", "update docs", "generate readme", or "document project".

22 2d ago A 58 tokens AGPL-3.0

aif-evolve

10

letuhao/lore-weave

Skill Claude CodeCodex

Self-improve AI Factory skills based on project context, accumulated patches, and codebase patterns. Analyzes what went wrong, what works, and enhances skills to prevent future issues. Use when you want to make AI smarter for your project.

22 2d ago A 54 tokens AGPL-3.0

aif-explore

11

letuhao/lore-weave

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

22 2d ago A 39 tokens AGPL-3.0

aif-fix

12

letuhao/lore-weave

Skill Claude CodeCodex

Fix a bug or problem. Supports fix-now or plan-first; no args executes FIXPLAN.md. When a regression check is needed, reproduce first, then implement and rerun it. Adds logging and suggests extra coverage.

22 2d ago A 49 tokens AGPL-3.0

aif-grounded

13

letuhao/lore-weave

Skill Claude CodeCodex

Reliability gate for answers. Forces evidence-based reasoning, explicit uncertainty, and “insufficient information” instead of guesses. Use when user says “be 100% sure”, “no hallucinations”, “only if verified”, “grounded answer”, or when stakes are high.

22 2d ago A 61 tokens AGPL-3.0

aif-implement

14

letuhao/lore-weave

Skill Claude CodeCodex

Execute implementation tasks from the current plan. Works through tasks sequentially, marks completion, and preserves progress for continuation across sessions. Use when user says "implement", "start coding", "execute plan", or "continue implementation".

22 2d ago A 50 tokens AGPL-3.0

aif-improve

15

letuhao/lore-weave

Skill Claude CodeCodex

Refine an existing implementation plan with a second iteration. Re-analyzes the codebase for gaps, missing tasks, and wrong dependencies. Use after $aif-plan or to improve an $aif-fix plan. Optional +check flag validates refinements via a fresh-context subagent.

22 2d ago A 64 tokens AGPL-3.0

aif-loop

16

letuhao/lore-weave

Skill Claude CodeCodex

Run a strict multi-iteration Reflex Loop with phases (PLAN, PRODUCE||PREPARE, EVALUATE, CRITIQUE, REFINE) to improve an artifact until quality gates pass or iteration limits are reached. Use when user asks for iterative refinement, quality-gated generation, or "generate -> critique -> refine" loops.

22 2d ago A 72 tokens AGPL-3.0

aif-plan

17

letuhao/lore-weave

Skill Claude CodeCodex

Plan implementation for a feature or task. Two modes — fast (single quick plan) or full (richer plan with optional git branch/worktree flow). Use when user says "plan", "new feature", "start feature", "create tasks".

22 2d ago A 54 tokens AGPL-3.0

aif-qa-check

18

letuhao/lore-weave

Skill Claude CodeCodex

Executes QA test cases created by $aif-qa in human-guided or automated-agent mode. Use when you need to walk through QA one case at a time, record pass/fail results, or have an agent verify cases through browser, CLI, API, automated tests, or file/document checks.

22 2d ago A 68 tokens AGPL-3.0

aif-qa

19

letuhao/lore-weave

Skill Claude CodeCodex

QA workflow for testing a feature or task implementation. Analyzes changes, produces test plans, and describes concrete test scenarios. Use when user says "test this", "write test plan", "what should I test", or "QA this branch".

22 2d ago A 55 tokens AGPL-3.0

aif-reference

20

letuhao/lore-weave

Skill Claude CodeCodex

Create knowledge references from URLs, documents, or files for use by AI agents. Fetch, process, and store structured references in the configured references directory (default: .ai-factory/references/).

22 2d ago A 44 tokens AGPL-3.0

aif-review

21

letuhao/lore-weave

Skill Claude CodeCodex

Perform code review on staged changes or a pull request. Checks for bugs, security issues, performance problems, and best practices. Use when user says "review code", "check my code", "review PR", or "is this code okay". Optional +check flag validates findings via a fresh-context subagent.

22 2d ago A 66 tokens AGPL-3.0

aif-roadmap

22

letuhao/lore-weave

Skill Claude CodeCodex

Create or update a project roadmap with major milestones. Generates the configured roadmap artifact (default .ai-factory/ROADMAP.md) — a strategic checklist of high-level goals. Use when user says "roadmap", "project plan", "milestones", or "what to build next".

22 2d ago A 63 tokens AGPL-3.0

aif-rules-check

23

letuhao/lore-weave

Skill Claude CodeCodex

Run a standalone read-only rules compliance gate against changed files or a git ref. Use when you need a dedicated project-rules check without a full review or verify pass.

22 2d ago A 40 tokens AGPL-3.0

aif-rules

24

letuhao/lore-weave

Skill Claude CodeCodex

Add project-specific rules and conventions to the configured RULES.md artifact. Each invocation appends new rules. These rules are automatically loaded by $aif-implement before execution. Use when user says "add rule", "remember this", "convention", or "always do X".

22 2d ago A 62 tokens AGPL-3.0