CtrlK
BlogDocsLog inGet started
Tessl Logo

ai-factory

github.com/lee-to/ai-factory

SkillAddedReview
aif

skills/aif/SKILL.md

Set up agent context for a project. Analyzes tech stack, installs relevant skills from skills.sh, generates custom skills, and configures MCP servers. Use when starting new project, setting up AI context, or asking "set up project", "configure AI", "what skills do I need".

70

aif-architecture

skills/aif-architecture/SKILL.md

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.

67

aif-archive

skills/aif-archive/SKILL.md

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

68

aif-best-practices

skills/aif-best-practices/SKILL.md

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

65

aif-build-automation

skills/aif-build-automation/SKILL.md

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

66

aif-ci

skills/aif-ci/SKILL.md

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

68

aif-commit

skills/aif-commit/SKILL.md

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

62

aif-distillation

skills/aif-distillation/SKILL.md

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.

68

aif-dockerize

skills/aif-dockerize/SKILL.md

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

71

aif-docs

skills/aif-docs/SKILL.md

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

66

aif-evolve

skills/aif-evolve/SKILL.md

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.

60

aif-explore

skills/aif-explore/SKILL.md

Enter explore mode to investigate ideas, systems, problems, and requirements before planning. Use explicit ultra mode when the user wants a durable adaptive research bundle with an index and only the justified C4, ADR, or dependency artifacts.

57

aif-grounded

skills/aif-grounded/SKILL.md

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.

68

aif-hello-world

examples/extensions/aif-ext-hello/skills/aif-hello-world/SKILL.md

A hello world skill provided by the aif-ext-hello extension. Demonstrates extension-provided skills.

54

aif-loop

skills/aif-loop/SKILL.md

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.

68

aif-roadmap

skills/aif-roadmap/SKILL.md

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

63

aif-security-checklist

skills/aif-security-checklist/SKILL.md

Security audit checklist based on OWASP Top 10 and best practices. Covers authentication, injection, XSS, CSRF, secrets management, and more. Use when reviewing security, before deploy, asking "is this secure", "security check", "vulnerability".

63

hello-commit

examples/extensions/aif-ext-hello/skills/hello-commit/SKILL.md

Custom commit workflow that replaces the built-in aif-commit. Demonstrates the skill replacement feature of the extension system.

52