big-emotion

27 mods across 1 repository, 2 stars between them.

big-emotion

01

big-emotion/agent-atelier

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.

2 1mo ago A tokens not measured original MIT

big-emotion/agent-atelier

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…

2 1mo ago A 93 tokens original MIT

big-emotion/agent-atelier

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…

2 1mo ago A 74 tokens original MIT

big-emotion/agent-atelier

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…

2 1mo ago A 138 tokens original MIT

big-emotion/agent-atelier

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…

2 1mo ago A 105 tokens original MIT

big-emotion/agent-atelier

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…

2 1mo ago A 143 tokens original MIT

big-emotion/agent-atelier

Instructions file

Instructions for big-emotion/agent-atelier, covering claude.md, what this repo is, registry layout, commands and single test.

2 1mo ago A 1,580 tokens original MIT

code-quality

08

big-emotion/agent-atelier

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).

2 1mo ago A tokens not measured original MIT

code-review

09

big-emotion/agent-atelier

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…

2 1mo ago A 104 tokens original MIT

ai-code-tells

10

big-emotion/agent-atelier

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…

2 1mo ago A 123 tokens original MIT

frontend-fidelity

11

big-emotion/agent-atelier

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.

2 1mo ago A tokens not measured original MIT

blueprint

12

big-emotion/agent-atelier

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.

2 1mo ago A 4 tokens original MIT

reverse-ui

13

big-emotion/agent-atelier

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…

2 1mo ago A 74 tokens original MIT

validate-fidelity

14

big-emotion/agent-atelier

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.

2 1mo ago A 41 tokens original MIT

pr-trains

15

big-emotion/agent-atelier

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.

2 1mo ago A tokens not measured original MIT

fix-ci-train

16

big-emotion/agent-atelier

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…

2 1mo ago A 234 tokens original MIT

fix-train

17

big-emotion/agent-atelier

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 /…

2 1mo ago A 218 tokens original MIT

issue-train

18

big-emotion/agent-atelier

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.

2 1mo ago A 57 tokens original MIT

merge-train

19

big-emotion/agent-atelier

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…

2 1mo ago A 159 tokens original MIT

review-train

20

big-emotion/agent-atelier

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…

2 1mo ago A 179 tokens original MIT

project-standard

21

big-emotion/agent-atelier

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.

2 1mo ago A tokens not measured original MIT

setup

22

big-emotion/agent-atelier

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…

2 1mo ago A 125 tokens original MIT

prompt-utils

23

big-emotion/agent-atelier

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.

2 1mo ago A tokens not measured original MIT

interview

24

big-emotion/agent-atelier

Command

Interview me until you are 95% confident about what I actually want — probing questions, challenged assumptions — before proposing any solution or plan.

2 1mo ago A 28 tokens original MIT