233i

35 mods across 1 repository, 6 stars between them.

addy-agent-skills

01

233i/agent-skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: agent-skills.

6 4mo ago A tokens not measured copy · 100% MIT

agent-skills

02

233i/agent-skills

Plugin Claude Code

Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.

6 4mo ago A tokens not measured copy · 100% MIT

build

03

233i/agent-skills

Command Claude Code

A command for completing planned tasks one at a time through testing, implementation, building, verification, and a clear commit. It uses the task's acceptance criteria and existing project patterns as guidance.

6 4mo ago A 18 tokens original MIT

code-simplify

04

233i/agent-skills

Command Claude Code

A command for making recently changed or user-selected code easier to read and maintain without changing what it does. It looks for issues such as deep nesting, long functions, repeated logic, vague names, and unused code.

6 4mo ago A 23 tokens original MIT

plan

05

233i/agent-skills

Command Claude Code

A command for breaking planned work into small, verifiable tasks with clear acceptance criteria and dependencies. It reads the project specification and saves the plan in tasks/plan.md and the task list in tasks/todo.md.

6 4mo ago A 20 tokens original MIT

review

06

233i/agent-skills

Command Claude Code

A command for reviewing code changes across correctness, readability, architecture, security, and performance. It reports findings with file-and-line references and suggested fixes.

6 4mo ago A 21 tokens original MIT

ship

07

233i/agent-skills

Command Claude Code

A command for checking whether a project is ready for production deployment. It reviews code quality, security, performance, accessibility, infrastructure, and documentation, while requiring a rollback plan.

6 4mo ago A 12 tokens original MIT

spec

08

233i/agent-skills

Command Claude Code

A command for defining a project before coding begins. It asks clarifying questions, creates a structured specification, and saves it as SPEC.md for approval.

6 4mo ago A 17 tokens original MIT

test

09

233i/agent-skills

Command Claude Code

A command for test-driven development, or TDD: writing a test that fails, implementing the behavior, and then checking that the test passes before refactoring. For bugs, it first adds a failing test that proves the problem.

6 4mo ago A 25 tokens original MIT

233i/agent-skills

Instructions file CodexOpenCode

Repository instructions for creating skills for AI coding agents, including required files, folder names, scripts, packaging, and documentation structure.

6 4mo ago A 879 tokens original MIT

233i/agent-skills

Instructions file

Repository instructions for an engineering skill collection, organized around stages such as defining, planning, building, verifying, reviewing, and shipping software.

6 4mo ago A 502 tokens copy · 86% MIT

code-reviewer

12

233i/agent-skills

Agent

An experienced code reviewer that evaluates changes for correctness, readability, architecture, security, and performance. It classifies each finding as Critical, Important, or Suggestion.

6 4mo ago A 44 tokens original MIT

security-auditor

13

233i/agent-skills

Agent

A security-focused code reviewer that looks for weaknesses attackers could realistically exploit. It examines areas such as input handling, login controls, data protection, infrastructure, and third-party connections.

6 4mo ago A 44 tokens original MIT

test-engineer

14

233i/agent-skills

Agent

A QA testing role focused on planning tests, writing them, and finding gaps in test coverage. It chooses unit, integration, or end-to-end tests based on which level is sufficient to check the behavior.

6 4mo ago A 43 tokens original MIT

SessionStart

15

233i/agent-skills

Hook

Runs when a session starts, executing session-start.sh via bash. From 233i/agent-skills.

6 4mo ago A tokens not measured copy · 55% MIT

233i/agent-skills

Skill Claude CodeCodex

Guidance for designing stable interfaces between software components, including REST APIs, GraphQL schemas, modules, and UI component properties. An API is the agreed way that one piece of software communicates with another.

6 4mo ago A 54 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A browser-testing skill that checks a website while it is running in a real browser through Chrome DevTools. It can inspect the page structure, styles, console messages, network activity, performance data, and accessibility tree.

6 4mo ago B 68 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A guide for setting up automated checks and deployment pipelines. CI/CD means automatically testing, checking, building, and sometimes releasing software when changes are made.

6 4mo ago A 54 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A code-review checklist that examines changes for correctness, readability, system design, security, and speed. It is meant to be used before merging code, meaning before adding it to the shared main branch.

6 4mo ago A 61 tokens original MIT

code-simplification

20

233i/agent-skills

Skill Claude CodeCodex

A code-refactoring guide for making existing code easier to read, understand, maintain, and extend without changing what it does.

6 4mo ago A 55 tokens original MIT

context-engineering

21

233i/agent-skills

Skill Claude CodeCodex

A guide for deciding which project information a coding agent should see, and when. It organizes persistent rules, architecture documents, relevant source files, test results, errors, and conversation history.

6 4mo ago A 43 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A step-by-step method for finding the root cause of test failures, broken builds, unexpected behavior, bugs, and production incidents. It starts by preserving evidence and reproducing the problem before making a fix.

6 4mo ago A 64 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A guide for retiring old software, APIs, or features and moving users to replacements. Deprecation means formally ending support for something; migration means moving its users or callers to another system.

6 4mo ago A 56 tokens original MIT

233i/agent-skills

Skill Claude CodeCodex

A guide for recording important engineering decisions and the reasons behind them. An ADR, or architecture decision record, is a short document that explains a major technical choice, its context, and the alternatives considered.

6 4mo ago A 46 tokens original MIT