ProgrammerAnthony

34 mods across 2 repositories, 245 stars between them.

ai-agent-security

01

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A security guide for AI agents—software that follows instructions and can use tools or data. It covers threats such as prompt injection, data leaks, unsafe code execution, unauthorized access, and compliance issues.

234 3mo ago A 39 tokens original MIT

api-design

02

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

234 3mo ago A 31 tokens copy · 92% MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A guide for designing or reviewing the structure of a software system. It covers how parts of an application are divided, how they communicate, and which technical choices fit the requirements.

234 3mo ago A 90 tokens original MIT

brainstorming

04

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A planning workflow for creative software changes, such as new features, components, or behavior changes. It requires a short design to be reviewed before implementation begins.

234 3mo ago A 86 tokens original MIT

caveman

05

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A response style that uses very few words while keeping technical details accurate. It turns on when the user asks for brief answers or invokes /caveman.

234 3mo ago A 82 tokens original MIT

code-security-audit

07

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A structured process for reviewing source code for security vulnerabilities. It traces data from where it enters a program to where it reaches a risky operation, and checks areas such as injection, authentication, and authorization.

234 3mo ago A 128 tokens original MIT

debug-expert

08

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A debugging guide for programs that fail, crash, produce errors, or behave unexpectedly. It requires understanding and reproducing the problem before changing code.

234 3mo ago A 98 tokens original MIT

docs-lookup

09

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A documentation lookup skill that retrieves current instructions for libraries, frameworks, and APIs instead of relying on remembered information.

234 3mo ago A 173 tokens original MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A review guide for frontend code built with React, Vue, Next.js, TypeScript, Tailwind, and similar tools. It checks behavior, speed, security, maintainability, user experience, and accessibility.

234 3mo ago A 92 tokens original MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A measurement-led process for finding and improving slow or unresponsive web pages. It covers page loading, browser rendering, JavaScript execution, memory use, and the size of the files sent to the browser.

234 3mo ago A 79 tokens original MIT

grill-me

12

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A plan-review process that asks one question at a time, uncovers hidden assumptions, and examines each decision branch in dependency order.

234 3mo ago A 88 tokens original MIT

handoff

13

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A handoff document that records the current conversation's state so another coding agent can continue the work. It is written in Chinese and includes progress, decisions, unresolved issues, next steps, suggested skills, and related files or links.

234 3mo ago A 54 tokens original MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A code-architecture review process that finds places where a codebase can be reorganized into clearer modules with simpler interfaces. A module is a piece of code with an outside-facing way to use it, such as a function, class, package, or subsystem.

234 3mo ago A 114 tokens original MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A three-stage tracker for studying technical topics from interview answers or other supplied text. It splits knowledge gaps, researches each topic, and connects the results to the candidate’s own experience.

234 3mo ago A 154 tokens original MIT

prd-engineer

18

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A product-requirements writing skill for describing what a product or feature should do and why, without prescribing its implementation.

234 3mo ago A 90 tokens original MIT

prototype

19

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A temporary prototype-building skill for testing either a logic model through a terminal app or a user-interface layout through switchable design variants.

234 3mo ago A 92 tokens original MIT

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A guide for developing, reviewing, and structuring React applications. React is a JavaScript library for building web interfaces, and the guide also covers related tools such as Next.js and state management.

234 3mo ago A 65 tokens original MIT

tdd-master

24

ProgrammerAnthony/Expert-Coding-Harness

Skill Claude CodeCodexCursor

A test-driven development guide: TDD means writing a test that fails, making it pass with the smallest change, and then cleaning up the design.

234 3mo ago A 83 tokens original MIT