big-emotion
01Plugin Claude Code
Agent Atelier — Big Emotion's workshop of Claude Code plugins: prompt utilities, the project-standard delivery pipeline, GitHub PR trains, frontend-fidelity tooling, and code-quality reviewers.
Plugin Claude Code
Agent Atelier — Big Emotion's workshop of Claude Code plugins: prompt utilities, the project-standard delivery pipeline, GitHub PR trains, frontend-fidelity tooling, and code-quality reviewers.
Skill Claude CodeCodex
Production-readiness audit for Big Emotion Project Standard (this repo). Read-only multi-domain scored assessment that answers four questions — is the plugin ready to install on real repos, is the template surface healthy, what is the security posture, and is the score close to 8–9/10. Use when the user asks "is it…
Skill Claude CodeCodex
One-shot bootstrap of the Confluence spec tree (Requirements / Decisions / Architecture / Obsolete) for Big Emotion Project Standard. Creates the four skeleton subpages under the project's engineering root page, records their IDs in the spec config, writes the sentinel, then refuses second runs. Use only when…
Skill Claude CodeCodex
Prepare and ship an Agent Atelier release. Bumps the semver version in the lockstep manifests (package.json, every plugins//.claude-plugin/plugin.json, every .claude-plugin/marketplace.json plugins[] entry), updates CHANGELOG.md (Keep a Changelog format, creates it if missing), creates an annotated git tag on main…
Skill Claude CodeCodex
Spec maintainer for Big Emotion Project Standard. Reads Confluence (Requirements / Decisions / Architecture) as the source of truth, helps you investigate a problem, structures the reflection, and produces drafts — Pending REQ/DEC/ARCH sections on Confluence + matching Jira tickets in the Jira project configured in…
Skill Claude CodeCodex
End-to-end local automation for a single Jira ticket on the Big Emotion Project Standard repo. Paste a Jira ticket URL (or key) and the skill self-assigns the ticket, reads it, refines it, creates the Jira sub-tasks, branches off the integration branch in an isolated git worktree, implements the work in parallel via…
Instructions file
Instructions for big-emotion/agent-atelier, covering claude.md, what this repo is, registry layout, commands and single test.
Plugin Claude Code
Code-quality reviewers: the ai-code-tells skill scans a diff for the tells of unreviewed AI-generated code, and the code-review agent runs a pre-push review of local changes (Claude Code agent + Codex CLI variant included).
Agent
Use this agent for a pre-push code review of local changes (staged or recent commits). It reviews the diff for bugs, logic errors, missing error handling, type safety issues, and readability — then gives actionable feedback with file:line references. Examples: User: "Review my changes before I push" User: "Can you…
Skill Claude CodeCodex
Scan a code diff for the consistent "tells" of unreviewed AI-generated code — narrating comments, generic names, hollow over-mocked tests, signature-restating docs, and unjustified decisions. Read-only; reports each finding with file:line, why it's a tell, and the concrete fix. Use when the user says "check for AI…
Plugin Claude Code
Pixel-fidelity pipeline for frontend work: reverse-ui extracts a complete reproduction kit from any web app, blueprint turns it into a buildable frontend spec, validate-fidelity catches drift between spec, implementation, and the original.
Skill Claude CodeCodex
Extract a complete specs/ directory from any frontend codebase. Covers all 12 axes needed to rebuild or migrate a frontend app. Produces 80% quality on first pass, refined to 95% through guided iteration.
Skill Claude CodeCodex
Reverse-engineer any web application into a complete pixel-perfect reproduction kit. Extracts design tokens, DOM structure, text content, assets, and responsive screenshots across multiple pages. Use when the user asks to "reverse-engineer a UI", "extract a design system", "analyze the design of a website", or wants…
Skill Claude CodeCodex
Validate specs and implementations against the reverse-UI oracle. Catches drift before it ships. Use when checking if a spec accurately describes the original UI or if an implementation matches the original.
Plugin Claude Code
Batch operators for GitHub queues: review-train reviews every open PR, fix-train applies requested changes, fix-ci-train turns red CI green, merge-train fixes and merges in dependency order, issue-train triages and builds one PR per actionable issue — all with parallel sub-agents and one grouped confirmation.
Skill Claude CodeCodex
Batch-fix the CI on every open pull request whose required checks are red — CI only, no review, no merge. From a GitHub PRs URL (or the current repo), enumerate every open PR with failing required checks, fetch each PR's failing-check logs, consolidate a per-PR CI-fix checklist, dispatch a team of parallel fixer…
Skill Claude CodeCodex
Batch-apply the requested changes on every open pull request in a GitHub list — fix only, no merge. From a GitHub PRs URL (or the current repo), enumerate every open PR, collect each PR's requested changes (formal CHANGESREQUESTED reviews, inline review comments, and "Issues requiring changes" comments /…
Skill Claude CodeCodex
Batch-process every open GitHub issue in a list — triage, detect existing PR linkage, detect silent fixes in already-merged PRs, close issues that are no longer pertinent, then plan + build + open one PR per remaining actionable issue with Closes.
Skill Claude CodeCodex
Batch-process a list of open GitHub pull requests. From a GitHub PRs URL (or the current repo), enumerate every open PR, compute the safe merge order from dependencies, then per PR fix CI, resolve merge conflicts, run a code review, and assign a status (mergeable / changes-required / blocked-by-order). Presents one…
Skill Claude CodeCodex
Batch code-review every open pull request in a GitHub list — review only, nothing else. From a GitHub PRs URL (or the current repo), enumerate every open PR, dispatch a team of parallel reviewer sub-agents (one per PR), and have each produce a high-detail five-axis review in the exact structured format of the…
Plugin Claude Code
Installs and configures the Big Emotion project standard on any repo: CI quality gates, Husky hooks, the four project skills, Atlassian wiring, and Ferry.
Skill Claude CodeCodex
Install and configure the Big Emotion project standard on a new or existing repo — CI quality gates, Husky hooks, the four project skills, Atlassian wiring (Jira board + Confluence spec tree), Ferry, and the infrastructure module (OVH VPS deploy, Azure variant, M365 mail, secrets doctrine). Use when starting a new Big…
Plugin Claude Code
Prompt-crafting utilities: /expertify rewrites a lay prompt with the precise professional role and domain terminology, /interview probes until your real intent is clear, /thought captures surprising model answers, /repo-scout breaks down any GitHub repo into reusable parts.
Command
Interview me until you are 95% confident about what I actually want — probing questions, challenged assumptions — before proposing any solution or plan.