hightemp

28 mods across 6 repositories, 6 stars between them.

aif-architecture

01

hightemp/go_computer_use_mcp_server

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.

2 3mo ago A 58 tokens

aif-best-practices

02

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 64 tokens

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 75 tokens

aif-ci

04

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 51 tokens

aif-commit

05

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 41 tokens

aif-dockerize

06

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 74 tokens

aif-docs

07

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

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

2 3mo ago A 54 tokens

aif-evolve

08

hightemp/go_computer_use_mcp_server

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.

2 3mo ago A 54 tokens

aif-fix

09

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Fix a specific bug or problem in the codebase. Supports two modes - immediate fix or plan-first. Without arguments executes existing FIXPLAN.md. Always suggests test coverage and adds logging. Use when user says "fix bug", "debug this", "something is broken", or pastes an error message.

2 3mo ago A 66 tokens

aif-grounded

10

hightemp/go_computer_use_mcp_server

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.

2 3mo ago A 61 tokens

aif-implement

11

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 50 tokens

aif-improve

12

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Refine and enhance an existing implementation plan with a second iteration. Re-analyzes the codebase, checks for gaps, missing tasks, wrong dependencies, and improves the plan quality. Use after $aif-plan to polish the plan before implementation.

2 3mo ago A 55 tokens

aif-loop

13

hightemp/go_computer_use_mcp_server

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.

2 3mo ago A 72 tokens

aif-plan

14

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Plan implementation for a feature or task. Two modes — fast (no branch) or full (git branch + plan). Use when user says "plan", "new feature", "start feature", "create tasks".

2 3mo ago A 47 tokens

aif-review

15

hightemp/go_computer_use_mcp_server

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

2 3mo ago A 53 tokens

aif-roadmap

16

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

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

2 3mo ago A 56 tokens

aif-rules

17

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Add project-specific rules and conventions to .ai-factory/RULES.md. 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".

2 3mo ago A 64 tokens

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

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

2 3mo ago A 59 tokens

aif-skill-generator

19

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Generate professional Agent Skills for Claude Code and other AI agents. Creates complete skill packages with SKILL.md, references, scripts, and templates. Use when creating new skills, generating custom slash commands, or building reusable AI capabilities. Validates against Agent Skills specification.

2 3mo ago D 58 tokens

aif-verify

20

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Verify completed implementation against the plan. Checks that all tasks were fully implemented, nothing was forgotten, code compiles, tests pass, and quality standards are met. Use after "$aif-implement" completes, or when user says "verify", "check work", "did we miss anything".

2 3mo ago A 64 tokens

aif

21

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Set up Claude Code 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".

2 3mo ago C 64 tokens

desktop-automation

22

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Patterns, gotchas, and best practices for cross-platform desktop automation with robotgo in Go. Covers display requirements, mouse/keyboard APIs, screenshot handling, window management, multi-monitor support, CGO, X11 specifics, and testing headless environments. Use when implementing or debugging robotgo-based tools…

2 3mo ago B 82 tokens

go-mcp-patterns

23

hightemp/go_computer_use_mcp_server

Skill Claude CodeCodex

Patterns and conventions for building Go MCP servers using mark3labs/mcp-go. Covers tool registration, argument extraction helpers, handler signatures, display check middleware, JSON response formatting, transport setup (SSE/Stdio), and CGO build considerations. Use when adding new MCP tools, extending an existing…

2 3mo ago A 81 tokens

github

24

hightemp/go_computer_use_mcp_server

MCP server Claude CodeCodexCursor

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

2 3mo ago A tokens not measured