microbians/AI.SKILLS

Skills, plugins, and tools for AI coding agents (OpenCode, Claude Code)

5Stars on the repository
6Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

code-index

01

microbians/AI.SKILLS

Skill Claude CodeCodex

Fast symbol lookup for large codebases. Use BEFORE reading files or spawning search agents to locate where a class/function/method is defined and what references it. Backed by an incremental SQLite + universal-ctags index, scoped per project. Answers "where is X?" in milliseconds instead of reading thousands of files.

5 14d ago A 66 tokens

ascii-art-diagrams

02

microbians/AI.SKILLS

Skill Claude CodeCodex

Rules for creating ASCII art diagrams with Unicode box-drawing characters. Covers boxes, trees, flow charts, and visual representations.

5 14d ago A 30 tokens

microbians/AI.SKILLS

Skill Claude CodeCodex

Verification-first coding practices. Read before edit, grep before assume, verify API names, safe refactoring with reference checks. Never blame external factors.

5 14d ago A 33 tokens

project-api

04

microbians/AI.SKILLS

Skill Claude CodeCodex

Auto-generates and maintains project API documentation. Extracts classes, functions, exports from code. Self-healing, auto-installing.

5 14d ago B 30 tokens

project-structure

05

microbians/AI.SKILLS

Skill Claude CodeCodex

Auto-generates and maintains project structure documentation. Self-healing, auto-installing. Query structure anytime without manual updates.

5 14d ago B 28 tokens

secure-coding

06

microbians/AI.SKILLS

Skill Claude CodeCodex

Security and data-integrity rules for writing or reviewing server-side code — auth gates, CSRF, path handling, SQL, uploads, output escaping, and the destructive-write patterns that silently delete user data. Use when adding or changing an API endpoint, a file write, a permission check, a template filter, or any code…

5 14d ago B 129 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: