ljojua1998

40 mods across 1 repository, 5 stars between them.

devflow

01

ljojua1998/skills

Plugin Claude Code

Plugin marketplace listing 1 plugin: devflow.

5 1mo ago A tokens not measured original MIT

devflow

02

ljojua1998/skills

Plugin Claude Code

One-command agentic delivery pipeline: /ship plans, builds, verifies, debugs and ships with a 14-agent crew and enforced quality gates.

5 1mo ago A tokens not measured original MIT

backend-developer

03

ljojua1998/skills

Agent Claude Code

Senior backend engineer. Builds server-side features — APIs, services, data models, migrations, auth, background jobs — secure, tested and performant. Use for tickets typed backend or any server-side implementation work.

5 1mo ago A 47 tokens original MIT

code-auditor

04

ljojua1998/skills

Agent Claude Code

Principal-level code auditor. Reviews built work for correctness bugs, architectural consistency, convention violations, dead weight, and maintainability problems — the review a strong tech lead gives before merge. Use after implementation alongside QA and security review.

5 1mo ago A 50 tokens original MIT

debugger

05

ljojua1998/skills

Agent Claude Code

Root-cause debugging specialist. Takes concrete findings (QA, security, audit, or user bug reports), reproduces them, finds the root cause, applies the minimal correct fix, and verifies it. Use whenever verified findings or bugs need fixing.

5 1mo ago A 52 tokens original MIT

design-reviewer

06

ljojua1998/skills

Agent Claude Code

Visual design reviewer. Runs the app, captures screenshots of the changed UI at key breakpoints, and critiques them against the project's design standards — hierarchy, spacing, typography, states, accessibility, distinctiveness. Use after UI work is built, alongside QA review.

5 1mo ago A 56 tokens original MIT

devops-engineer

07

ljojua1998/skills

Agent Claude Code

Senior DevOps engineer. Handles infrastructure work — Dockerfiles, CI/CD pipelines, environment config, deploy scripts, monitoring/health checks. Use for tickets typed infra or any build/deploy/pipeline work.

5 1mo ago A 48 tokens original MIT

frontend-developer

08

ljojua1998/skills

Agent Claude Code

Senior frontend engineer. Builds UI features — components, pages, state, styling, API integration — with distinctive design and production-grade quality. Use for tickets typed frontend or any UI implementation work.

5 1mo ago A 44 tokens original MIT

fullstack-developer

09

ljojua1998/skills

Agent Claude Code

Senior full-stack engineer. Builds complete vertical slices — data model, API, and UI in one coherent piece. Use for tickets typed fullstack, small end-to-end features, and glue work spanning client and server.

5 1mo ago A 49 tokens original MIT

mobile-developer

10

ljojua1998/skills

Agent Claude Code

Senior mobile engineer (React Native, Expo, Flutter, or native iOS/Android — adapts to the project). Builds mobile screens, navigation, device features, offline behavior and store-readiness concerns. Use for tickets typed mobile.

5 1mo ago A 52 tokens original MIT

planner

11

ljojua1998/skills

Agent Claude Code

Senior technical planner. Takes a feature/project request plus project context and produces an architecture decision and a Jira-like ticket breakdown (scoped, ordered, with acceptance criteria) for developer agents to execute. Use at the start of any non-trivial build, before writing code.

5 1mo ago A 56 tokens original MIT

qa-engineer

12

ljojua1998/skills

Agent Claude Code

Senior QA engineer. Verifies built work against acceptance criteria by actually executing it — runs tests and the app, probes edge cases, and reports severity-ranked findings. Use after implementation, before anything is called done.

5 1mo ago A 46 tokens original MIT

security-auditor

13

ljojua1998/skills

Agent Claude Code

Application security auditor. Reviews changed code (or the whole codebase) for real, exploitable vulnerabilities — injection, authz/authn flaws, secrets, unsafe deserialization, SSRF, XSS, insecure dependencies — and reports severity-ranked findings with exploit scenarios. Use after implementation and for standalone…

5 1mo ago A 67 tokens original MIT

test-engineer

14

ljojua1998/skills

Agent Claude Code

Test automation engineer. Turns acceptance criteria into durable automated tests (integration + E2E), finds and fills coverage gaps on changed code, stabilizes flaky tests, and grows the project's regression safety net epic after epic. Use after implementation, alongside or before QA review.

5 1mo ago A 57 tokens original MIT

verifier

15

ljojua1998/skills

Agent Claude Code

Adversarial finding verifier (skeptic). Takes candidate findings from QA/security/audit reviews and tries to REFUTE each one against the actual code and runtime behavior, so only real issues reach the debugger. Use between review and debugging phases.

5 1mo ago A 51 tokens original MIT

web3d-developer

16

ljojua1998/skills

Agent Claude Code

Senior creative web-3D engineer. Builds Three.js / React Three Fiber / WebGL experiences — interactive scenes, scroll-driven 3D, product viewers, shaders, particles — performant and leak-free. Use for tickets typed 3d or any WebGL/Three.js/shader implementation work.

5 1mo ago A 67 tokens original MIT

angular-craft

17

ljojua1998/skills

Skill Claude CodeCodex

Angular-specific engineering standards — modern v17-v21 conventions (signals, standalone, built-in control flow, inject(), resource(), Signal Forms), RxJS interop, change detection, and the ng-build verification loop. Loaded on top of frontend-craft when the ticket's stack is Angular. Use when building Angular UI.

5 1mo ago A 68 tokens original MIT

backend-craft

18

ljojua1998/skills

Skill Claude CodeCodex

Backend engineering standards — API design, layering, database patterns, caching, error handling, auth, background jobs, logging, and the production-readiness checklist. Use when building any server-side code (endpoints, services, models, migrations, jobs).

5 1mo ago A 54 tokens original MIT

board

19

ljojua1998/skills

Skill Claude CodeCodex

Show the current DevFlow workboard status — epics, tickets, statuses, open findings — and optionally manage tickets (add, reprioritize, block, close). Use when the user asks "what's the status", "show the board", or invokes /board.

5 1mo ago A 57 tokens original MIT

database-craft

20

ljojua1998/skills

Skill Claude CodeCodex

Database engineering standards for PostgreSQL, MySQL, MongoDB, Supabase and Firebase/Firestore — schema/index design, security, and the per-engine gotchas an agent gets wrong. Loaded on top of backend-craft when a ticket touches the database. Use when designing schema, queries, migrations or data-access.

5 1mo ago A 67 tokens original MIT

debug-findings

21

ljojua1998/skills

Skill Claude CodeCodex

Run the debugger agent over open findings (from /qa, /security-audit, the workboard, or a pasted bug report) — root-cause, fix, verify, and re-check. Use when the user asks to fix reported bugs/findings.

5 1mo ago A 56 tokens original MIT

debugging-craft

22

ljojua1998/skills

Skill Claude CodeCodex

Systematic debugging method — feedback loop first, reproduce and minimize, ranked falsifiable hypotheses, targeted instrumentation, regression-test-before-fix. Use whenever diagnosing a bug or a failing finding.

5 1mo ago A 42 tokens original MIT

devflow-update

23

ljojua1998/skills

Skill Claude CodeCodex

Update the DevFlow agent system to the latest version from the source repo (github.com/ljojua1998/skills) and reinstall it here. Use when the user asks to update/upgrade DevFlow or sync the agent system.

5 1mo ago A 51 tokens original MIT

express-craft

24

ljojua1998/skills

Skill Claude CodeCodex

Express.js (Node) engineering standards — layering, async error handling (Express 4 vs 5), boundary validation, security middleware, graceful shutdown, and testing. Loaded on top of backend-craft when the ticket's stack is Express. Use when building Express APIs.

5 1mo ago A 58 tokens original MIT