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

72

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

69

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

68

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.

73

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.

74

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

70

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

73

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

68

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

67

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

74

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

71

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.

56

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.

59