is-bo/fullstack-forge-skill

A production full-stack engineering skill suite for AI coding agents—covering UI, UX, security, databases, auth, caching, testing, performance, and deployment.

2Stars on the repository
147Mods indexed here, across every type
todayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

not rated 2 today A 45 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

not rated 2 today A 51 tokens copy · 100% Apache-2.0

code-simplification

51

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

not rated 2 today A 51 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

not rated 2 today A 53 tokens copy · 98% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

not rated 2 today A 45 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

not rated 2 today A 43 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

not rated 2 today A 67 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Builds production-quality, accessible, responsive user-facing UIs. Use when building or modifying interfaces and pages, creating components, implementing layouts, meeting WCAG accessibility requirements, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

not rated 2 today A 58 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

not rated 2 today A 60 tokens copy · 94% Apache-2.0

idea-refine

58

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

not rated 2 today A 75 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

not rated 2 today A 52 tokens copy · 89% Apache-2.0

interview-me

60

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until 95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me"…

not rated 2 today A 108 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Instruments code so production behavior is visible and diagnosable. Use when adding logging, metrics, tracing, or alerting. Use when shipping any feature that runs in production and you need evidence it works. Use when production issues are reported but you can't tell what happened from the available data.

not rated 2 today A 66 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

not rated 2 today A 59 tokens copy · 89% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

not rated 2 today A 56 tokens copy · 88% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

not rated 2 today B 48 tokens copy · 84% Apache-2.0

shipping-and-launch

65

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

not rated 2 today A 45 tokens copy · 91% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

not rated 2 today A 40 tokens copy · 100% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

not rated 2 today A 43 tokens copy · 80% Apache-2.0

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

not rated 2 today A 50 tokens copy · 100% Apache-2.0

agents-sdk

69

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues…

not rated 2 today A 87 tokens copy · 100% Apache-2.0

cloudflare

70

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval…

not rated 2 today A 87 tokens copy · 100% Apache-2.0

durable-objects

71

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest. Biases…

not rated 2 today A 76 tokens copy · 100% Apache-2.0

web-perf

72

is-bo/fullstack-forge-skill

Skill Claude CodeCodex

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (LCP, INP, CLS) and supplementary metrics (FCP, TBT, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize…

not rated 2 today A 96 tokens copy · 100% Apache-2.0

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: