Skip to main content
Takazudo
GitHub creator profile

Takazudo

Repository-level view of 184 collected skills across 24 GitHub repositories.

skills collected
184
repositories
24
updated
Aug 10, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

codex-2nd
software-developers

Get a second opinion from OpenAI Codex CLI on a plan or approach. Use when: (1) During planning phase of /x-as-pr or /x-wt-teams to validate the approach, (2) User says 'codex 2nd', 'second opinion', or 'codex opinion', (3) Wanting an alternative perspective…

Jul 29, 2026
codex-imagegen
software-developers

Generate or redesign raster images (PNG mockups, illustrations, photos, UI design polish) from inside Claude Code by driving Codex CLI's built-in $imagegen, billed to ChatGPT-included usage instead of per-image OpenAI API charges. Use whenever the user wants…

Jul 29, 2026
codex-research
software-developers

Web research using OpenAI Codex CLI (codex exec). PREFERRED over general web research. Use when: (1) User says 'research', 'codex research', 'look up', or 'investigate', (2) Researching libraries, APIs, best practices, or technical topics, (3) Gathering…

Jul 29, 2026
codex-review
software-quality-assurance-analysts-and-testers

Code review using OpenAI Codex CLI (codex exec review). PREFERRED over /light-review for code review. Use when: (1) User says 'review', 'code review', or 'codex review', (2) After implementation when quality check is needed, (3) Child agents self-reviewing.…

Jul 29, 2026
codex-translator
software-developers

Translation using OpenAI Codex CLI (codex exec). PREFERRED for translation. Use when: (1) User says 'translate', 'codex translate', 'translation', or 'codex translator', (2) Translating between languages (Japanese, English, etc.), (3) Translating…

Jul 29, 2026
codex-writer
software-developers

Document writing using OpenAI Codex CLI (codex exec). PREFERRED over general writing tasks. Use when: (1) User says 'write document', 'write docs', 'codex write', or 'codex writer', (2) Writing README, documentation, or technical content, (3) Drafting text…

Jul 29, 2026
deep-review
software-quality-assurance-analysts-and-testers

Deep code quality review focused on structure, refactoring, and best practices. Use when: (1) User says 'review', 'deep review', or 'code review', (2) After implementation when a quality check is needed, (3) Before marking a PR as ready. Default backend is…

Jul 29, 2026
dev-codex-sync-settings-from-claude
computer-occupations-all-other

Sync the user's Claude Code workflow skills into the OpenAI Codex CLI settings repo ($HOME/.codex) as Codex-native ports, fix the Codex .gitignore for new local state, then commit and push. Use when: (1) user says '/dev-codex-sync-settings-from-claude', 'sync…

Jul 29, 2026
Showing 8 of 120 collected skills.
component-spec-audit
unclassified

Audit exact electronic-component identities and run the end-to-end workflow for adding or replacing a BOM part. Use whenever circuit, schematic, PCB, BOM, firmware, bring-up, substitution, or related documentation could depend on a component rating, pin,…

Aug 2, 2026
component-example
unclassified

Resolve exact EXAMPLE-MPN component limits and application constraints. Use whenever EXAMPLE-MPN, its LCSC ID, manufacturer, function, pins, package, substitution, bring-up, or firmware behavior is relevant.

Aug 2, 2026
zudo-doc-navigation-design
unclassified

Navigation design rules for the zudo-led-lamp doc site (zudo-doc). Consult before creating new pages, restructuring directories, or changing header navigation. Covers: 3-level hierarchy (header → sidebar → nested), file-structure-is-navigation principle,…

Aug 2, 2026
circuit-spec-integration
unclassified

Audit cross-component circuit behavior, evidence chains, substitutions, startup, rails, protection, sensing, firmware assumptions, thermal limits, and as-built state. Use whenever a question spans multiple exact component skills or changes USB-PD/NVM, either…

Aug 2, 2026
component-al8860mp-13
unclassified

Audit the exact AL8860MP-13 LED-driver stage and its RLP25FEER200 sense resistor, FXL0630-330-M inductor, and R+O SS26 catch diode. Use for Board L LED current, CTRL/PWM behavior, pins, thermal/layout limits, faults, substitutions, bring-up, or power-stage…

Aug 2, 2026
component-alps-ec11l1525g01
unclassified

Resolve the exact ALPS EC11L1525G01 rotary encoder used on Board L. Use for quadrature phase order, detents, switch terminals, mechanical drawing, soldering, lifetime, lifecycle uncertainty, and encoder-interface questions.

Aug 2, 2026
component-ap63203wu-7
unclassified

Audit the exact AP63203WU-7 3.3 V synchronous buck and its FNR4030S4R7MT inductor and CL21A226MAQNNNE output capacitors. Use for Board L V3P3 startup, EN-open behavior, pins, switching/fault timing, L/C stability, thermal/layout work, substitutions, or…

Aug 2, 2026
component-bhfuse-bsmd1206-075-30v
unclassified

Audit the exact BHFUSE BSMD1206-075-30V resettable input PPTC on Board L. Use for C976305/F1 identity, hold/trip behavior, V15 input protection, time-current response, ambient derating, resistance, cycling/reset, package, layout, substitution, fault analysis,…

Aug 2, 2026
Showing 8 of 17 collected skills.
zudo-doc-design-system
web-developers

Project-specific CSS and component rules for zudo-doc. Must be consulted before writing or editing CSS, Tailwind classes, color tokens, or component markup in this project. Covers: component-first strategy, design token system, three-tier color architecture,…

Apr 24, 2026
zudo-doc-translate
software-developers

Translate zudo-doc documentation between English and Japanese with project-specific conventions.

Apr 24, 2026
zudo-doc-version-bump
software-developers

Bump package version, generate changelog docs, commit, tag, and create GitHub release. Use when: (1) User says 'version bump', 'bump version', 'release', or 'zudo-doc-version-bump', (2) User wants to create a new release of this project.

Apr 24, 2026
l-writing
technical-writers

Writing and formatting rules for MDX articles in zcss. Use when: (1) Writing or editing MDX docs in src/content/docs/, (2) Creating new articles, (3) User says 'writing rules' or 'article format'. Auto-load when working on MDX content.

Mar 18, 2026
b4push
software-developers

Run before-push quality checks for the zudo-css project. Use when: (1) User says 'b4push', 'before push', or 'run checks', (2) Before pushing to remote, (3) After completing implementation work.

Mar 18, 2026
l-handle-deep-article
software-developers

Create or convert CSS best-practices articles into "deep articles" with sub-pages in the zcss Astro site. Use when: (1) An article topic has enough depth to warrant "see more" reference sub-pages, (2) Converting a flat .mdx article into a category with index…

Mar 18, 2026
l-translate
software-developers

Translate English docs to Japanese for the Astro i18n locale. Use when: (1) User wants to translate en docs to ja, (2) User says 'translate', 'ja version', 'Japanese translation', (3) User wants to check for missing ja docs.

Mar 18, 2026
l-demo-component
web-developers

Guidance for using CssPreview component in zcss documentation articles. Use when: (1) Writing or editing CssPreview demos in MDX articles, (2) Deciding whether to use defaultOpen={true} or false, (3) User asks about demo component usage patterns.

Mar 13, 2026
Showing 12 of 24 repositories