rakaadi
- 10 skills
- 0 followers
- 10 hours ago last updated
- ▌ Meaning · rakaadi bundleStop. That last message did not land, restate the last message in plain human language, with no jargon.
- ▌ Execute Plan · rakaadi bundleExecute or resume an attached or referenced implementation plan through repository inspection, implementation, verification, sequential spec-compliance and code-quality review, and human-authorized architectural review when warranted. Use for full or partial plan execution, including free-form instructions to select phases or task IDs, skip work, delegate a task independently, reserve checks for a human, or impose task-specific constraints.
- ▌ Writing Plan · rakaadi bundleUse when you have a spec or requirements for a multi-step task, before touching code. Supports either Markdown plans or review-oriented HTML plan artifacts.
- ▌ Art Of Comment · rakaadi bundleGuide for editing existing and writing inline comments and JSDoc. Use when generating comments for documenting new components or functions, non-obvious code behaviour, or complex logic.
- ▌ Program Design · rakaadi bundleDesign the code shape before implementation for substantial features or refactors that introduce or reshape modules, interfaces, types, file layout, or control flow. Use before writing code when meaningful structural choices remain; skip small fixes and mechanical edits.
- ▌ Subagent Dispatch · rakaadi bundleDispatch subagents for bounded independent work. Use whenever Codex is about to delegate or spawn a subagent, or when the user asks for parallel agents, context isolation, specialist work, or an independent review. Decide whether delegation helps, select an available agent, write an outcome-first contract, schedule work safely, and integrate every result.
- ▌ Writing Unit Test · rakaadi bundleGuide for writing a unit test. Use when writing a unit test for functions or components, and when fixing a bug in existing code.
- ▌ Code Debugging · rakaadiGuide for debugging issue on a specific code sections, pattern, or files. Used this skill when user asking for assistant when debugging an issues or explaining a code.
- ▌ Fix Repository Diagnostics · rakaadi bundleClose repository diagnostic findings from TypeScript, ESLint, and React Doctor. Use when asked to verify or fix project-wide tsc errors, ESLint violations, React Doctor findings, or a scoped batch from any of those tools.
- ▌ Code Refactoring · rakaadiGuide for code refactoring, use this skill to guide you when user asked to refactor a components or functions and when an implementation of a plan requiring a code refactoring.