• Home
  • About
  • Agent Skills
  • Projects
  • Blog
  • Contact
Resume
Agent Powers

Programming skills for AI agents

Reusable, inspectable instructions that help coding agents apply reliable engineering workflows instead of reinventing them for every task.

Skills
12
Categories
6
Agents
4

12 skills found

Review State Boundaries in React Architecture

Classify React state as local, server, URL, or global client state, establish a source of truth, and remove duplicated ownership without introducing unnecessary stores.

reactstate-managementserver-stateurl-statearchitecturerefactoring

Compatible with

CodexClaude CodeCursorCopilot
View skill

Review Over-Engineering and Unnecessary Abstractions

Review React and TypeScript code for premature abstractions, low-value wrappers, and pattern abuse, then simplify it with YAGNI and Clean Code while preserving behavior.

typescriptreactclean-codeyagnirefactoringarchitecture

Compatible with

CodexClaude CodeCursorCopilot
View skill

Review TypeScript Module Boundaries

Review TypeScript modules for dependency direction, public APIs, circular dependencies, and import leakage, then strengthen boundaries with the smallest useful refactor.

typescriptarchitecturemodule-boundariesdependenciesrefactoring

Compatible with

CodexClaude CodeCursorCopilot
View skill

Review SOLID Principles in React

Review React and TypeScript code for practical SOLID violations and apply the smallest useful refactor to responsibilities, dependencies, and component contracts.

reacttypescriptsolidclean-codearchitecturerefactoring

Compatible with

CodexClaude CodeCursorCopilot
View skill

Design Feature-Based React Architecture

Plan, review, and refactor React or Next.js repositories into feature-oriented modules with explicit boundaries, shared code rules, and scalable imports.

ReactNext.jsfeature architecturescalability

Compatible with

CodexClaude CodeCursorCopilot
View skill

Review useEffect Cleanup

Implement and review React effects so events, timers, subscriptions, and requests are cleaned up correctly without stale dependencies or lifecycle leaks.

ReactuseEffectcleanupAbortControllersubscriptions

Compatible with

CodexClaude CodeCursorCopilot
View skill

Implement Frontend Token Refresh

Design and review secure access-token refresh flows for browser applications, including HttpOnly refresh cookies, request retry queues, rotation, SSR, and logout.

authenticationrefresh tokenAxioscookiestoken rotation

Compatible with

CodexClaude CodeCursorCopilot
View skill

Audit Frontend Token Security

Threat-model and review browser token storage, transport, renewal, logout, and XSS or CSRF defenses, then produce prioritized frontend and backend remediation.

securityJWTXSSCSRFauthentication

Compatible with

CodexClaude CodeCursorCopilot
View skill

BEM CSS Methodology

Guide coding agents to design, review, and refactor maintainable CSS class names with the Block, Element, Modifier methodology.

CSSBEMNamingArchitecture

Compatible with

CodexClaude CodeCursorCopilot
View skill

Write Conventional Commits

Create, review, and improve Git commit messages using Conventional Commits, including scopes, breaking changes, issue references, and release-friendly wording.

GitConventional Commitschangelogrelease automation

Compatible with

CodexClaude CodeCursorCopilot
View skill

Manage Work with Git Flow

Choose and operate a practical Git Flow workflow for features, releases, and hotfixes while protecting shared branches and keeping history reviewable.

GitGit Flowbranchingrelease management

Compatible with

CodexClaude CodeCursorCopilot
View skill

Implement Static RBAC in React

Model roles and permissions in React, protect routes and components consistently, and test static client-side access rules without confusing UI gating with server authorization.

ReactRBACpermissionsroute guardsaccess control

Compatible with

CodexClaude CodeCursorCopilot
View skill