Emil
Community@em411 · Poland
Emil maintains a supercodex skill registry enforcing disciplined software engineering practices: test-driven development, systematic debugging, git worktree isolation, and Codex GPT-5.6 delegation.
Agent Skills by Emil
Showing 17 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Creates isolated git worktree workspaces with native tool detection and baseline test verification.
test-driven-development
Enforces red-green-refactor test-first discipline for features, bugfixes, and refactoring.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
codex-prompting
Compose structured XML-tagged prompts for Codex GPT-5.6 delegation tasks.
dispatching-parallel-agents
Dispatches independent subagents in parallel to investigate and fix unrelated failures concurrently.
using-supercodex
Enforces skill invocation before responses and Codex delegation for implementation work.
setup
Diagnoses Codex CLI installation, authentication, and GPT-5.6 model availability for supercodex.
executing-plans
Executes written implementation plans by delegating tasks to Codex with review checkpoints.
finishing-a-development-branch
Guides completion of development branches through structured merge, pull request, or cleanup options.
brainstorming
Guides collaborative design exploration and produces approved spec documents before implementation.
codex-delegation
Delegates implementation tasks to Codex GPT-5.6 models with tiered routing and fallback rules.
writing-plans
Generates detailed multi-task implementation plans from specs with TDD steps and exact file paths.
requesting-code-review
Dispatches a code reviewer subagent to evaluate git diffs against requirements.
receiving-code-review
Guides verification and implementation of code review feedback with technical rigor.
writing-skills
Create and test agent skills using TDD-style pressure scenarios with subagents.
verification-before-completion
Enforces running verification commands before claiming work is complete or passing.
subagent-driven-development
Executes implementation plans by dispatching fresh implementer and reviewer subagents per task.
Frequently Asked Questions About Emil
FAQPage SchemaWhat tasks can I accomplish using em411's supercodex skills?▼
The skills cover the full development cycle: brainstorming requirements, writing implementation plans, test-driven development, systematic debugging, git worktree isolation, parallel task dispatch, code review requesting and receiving, and evidence-based verification before completion.
Who are these skills designed for?▼
They target developers and engineers working inside the supercodex environment who want enforced discipline around planning, testing, debugging, and review. Internal skills like codex-delegation and codex-prompting govern how work is dispatched to Codex GPT-5.6 models.
How do I set up and verify the supercodex environment?▼
Invoke the setup skill, which checks Codex CLI installation, version, authentication, and GPT-5.6 model availability, then reports any required fixes. The using-supercodex skill establishes skill discovery and the delegation-first rule at conversation start.
What are the prerequisites for using these skills?▼
You need a working Codex CLI installation with authentication and access to the GPT-5.6 model, verified by the setup skill. Git is required for worktree isolation and branch finishing; skills are invoked before any response per the supercodex rule.
How does the registry handle parallel or multi-step implementation work?▼
The dispatching-parallel-agents skill handles 2+ independent tasks without shared state, while subagent-driven-development executes plan tasks in the current session. The executing-plans skill runs written plans in a separate session with review checkpoints.