← all publishers

ryoppippi

@ryoppippi source repo

45 published skills

  1. Ast Grep · ryoppippi
    Guides ccusage structural code searches with ast-grep. Use when finding Rust or TypeScript syntax patterns, validating migrations, or writing AST-based search commands.
    0
    installs
  2. Cmux Debug · ryoppippi
    Verifies ccusage terminal output in a real cmux pane. Use when changing responsive tables, column widths, progress bars, spinners, or colors, or when a long-running command's output must be captured beyond the visible viewport.
    0
    installs
  3. Valid 2 · ryoppippi
    Demonstrates shallow references. Use when testing reference depth.
    0
    installs
  4. New Talk · ryoppippi
    Scaffold a new talk directory with README.md and optionally package.json for Slidev
    0
    installs
  5. Add Event Url · ryoppippi
    Add Event Url
    0
    installs
  6. Ryoppippi Com Media · ryoppippi
    Finds and maintains verified external articles, podcasts, and YouTube appearances for ryoppippi.com. Use when auditing new contributions or refreshing the Blog and Media listings.
    0
    installs
  7. Ryoppippi Com Content · ryoppippi
    Guides content changes in the ryoppippi.com repository, including blog Markdown, post-local Svelte islands, Tweet embeds, and curated OSS metadata.
    0
    installs
  8. Ryoppippi Com Testing · ryoppippi
    Guides test selection and browser verification for ryoppippi.com. Use when changing tests, verifying UI behaviour, or introducing browser regression coverage.
    0
    installs
  9. Git Wt · ryoppippi
    Manages worktree lifecycle operations through git-wt without replacing an existing linked worktree. Use when creating, switching, listing, renaming, or deleting worktrees.
    0
    installs
  10. Council · ryoppippi
    Spawns parallel task agents to explore a codebase area. Use when researching unfamiliar code, auditing a subsystem, or gathering diverse perspectives before a design decision.
    0
    installs
  11. Git Wtpr · ryoppippi
    Opens or deletes a git-wt worktree for a GitHub pull request. Use when creating, switching to, or removing a PR worktree.
    0
    installs
  12. Ask Codex · ryoppippi
    Gets a Codex second opinion or delegates bulky work to a Codex subagent. Use before a significant approach is settled, or instead of reading pages and long output here.
    0
    installs
  13. Web Fetch · ryoppippi bundle
    Fetches and searches web content with ax, tgrab, grok, codex, and exa. Use for text from a URL, web/tweet/semantic search, or social/video content.
    0
    installs
  14. Merge Main · ryoppippi
    Merge the latest main branch into your current feature branch. Use when you need to sync your branch with upstream changes.
    0
    installs
  15. Codex Review · ryoppippi
    Run a code review using Codex or a native subagent. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.
    0
    installs
  16. Missing Tools · ryoppippi
    Resolves missing CLI tools. Use when a command is unavailable, a shell reports command not found, or a tool must be run without installing it globally.
    0
    installs
  17. Vitest Testing · ryoppippi
    Write or review Vitest tests with clear behaviour-focused assertions, appropriate globals/imports, file snapshots for terminal output, and readable fixture setup. Use when adding tests, fixing Vitest failures, or improving TypeScript test quality.
    0
    installs
  18. Pr Apply Review · ryoppippi
    Fetch and apply review comments from the current PR. Use when you need to address PR feedback.
    0
    installs
  19. Typescript Style · ryoppippi
    Apply TypeScript style rules that prefer checked literal typing with satisfies and as const satisfies over unsafe assertions. Use when writing or reviewing TypeScript or TSX code, test fixtures, typed object literals, mocks, config objects, or table-driven cases.
    0
    installs
  20. Skill Maintenance · ryoppippi bundle
    Audits all local skills in this repo for skill-creator and Anthropic best-practice compliance. Use to review the whole skill collection — checking descriptions, SKILL.md length, cross-skill duplication, and documentation references — not to author a single skill.
    0
    installs
  21. Nix Github Rate Limit · ryoppippi
    Prevents and handles GitHub API rate limits with gh-nix. Use when Nix, flakes, nixpkgs commands, or comma may fetch GitHub-backed inputs.
    0
    installs
  22. Create Commits And Push · ryoppippi
    Creates atomic git commits and pushes to remote. Use when you want to commit changes and push without creating a PR (e.g., "commit and push my changes" or "push this up").
    0
    installs
  23. React Server Components · ryoppippi
    Reviews React Server/Client Component boundaries against Next.js and React docs. Use when auditing `'use client'` placement or splitting components for proper RSC behaviour.
    0
    installs
  24. Session Summary Japanese · ryoppippi
    Summarise the current session in Japanese. Use when finishing a session, handing off work, or wanting a recap of what was discussed and accomplished.
    0
    installs
  25. You Might Not Need An Effect · ryoppippi
    Review React code for unnecessary useEffect usage based on react.dev guidelines. Analyses code for useEffect anti-patterns and optionally applies fixes. Use when reviewing React code quality or refactoring effects.
    0
    installs
  26. Askl · ryoppippi
    Lints Agent Skills against the Agent Skills specification and host authoring conventions. Use when writing, reviewing, or fixing SKILL.md files or their referenced documents.
    0
    installs
  27. Valid · ryoppippi
    Contains exactly 200 lines. Use when testing the accepted boundary.
    0
    installs
  28. Forward Paths · ryoppippi
    Demonstrates forward-slash references. Use when reviewing paths.
    0
    installs
  29. Invalid · ryoppippi
    Contains 201 lines. Use when testing the rejected boundary.
    0
    installs
  30. Ignored · ryoppippi
    Demonstrates ignored references. Use when testing reference depth.
    0
    installs
  31. Skill Creator · ryoppippi
    Guides repo-local skill creation and updates. Use when adding or editing .agents/skills, root AGENTS.md routing, SKILL.md frontmatter, description trigger quality, references layout, skill scripts, or skill file line budgets.
    0
    installs
  32. Rust Binary Size · ryoppippi
    Guides Rust binary size reduction for ccusage. Use when changing the rust/Cargo.toml release profile, dependency features, native packaging size, or investigating executable bloat with cargo bloat.
    0
    installs
  33. Reduce Similarities · ryoppippi
    Detects duplicated Rust code with the dev-shell similarity-rs CLI. Use when reviewing .rs files for repeated functions, impl methods, or parallel struct and enum definitions, or before extracting a shared helper.
    0
    installs
  34. Create Pr · ryoppippi bundle
    Runs the full PR lifecycle. Use when creating a branch, committing, pushing, opening a PR, requesting AI review, replying to review threads, and driving CI to green.
    0
    installs
  35. Typescript · ryoppippi
    Guides ccusage TypeScript and JavaScript work. Use before reading or editing .ts, .tsx, .js, or .jsx files, including the npm launcher, Node tests, build and fixture scripts, mocks, and typed literals.
    0
    installs
  36. Development · ryoppippi bundle
    Guides ccusage monorepo development. Use when editing workspace packages, the npm launcher or native packaging, dependencies, or shared configuration, and when running the `just` build, typecheck, test, format, or check recipes.
    0
    installs
  37. Agent Sources · ryoppippi
    Guides ccusage agent source formats. Use when checking where an agent stores its logs, how raw records map to tokens and models, how precomputed costs interact with cost modes, or which reports an agent supports.
    0
    installs
  38. Fix CI · ryoppippi
    Diagnoses and fixes failing GitHub Actions checks with gh. Use when CI fails on a pull request and needs logs, focused fixes, and validation.
    0
    installs
  39. Nushell · ryoppippi
    Guides ccusage Nushell scripts. Use when adding, editing, formatting, or validating .nu files under .github/scripts, apps/ccusage/scripts, or scripts, including their Nix shebangs and GitHub Actions callers.
    0
    installs
  40. Profile · ryoppippi bundle
    Profiles ccusage performance. Use when a CLI command is slow, when checking that an optimization actually helped, when comparing a branch against main, or when reading a captured CPU profile.
    0
    installs
  41. Testing · ryoppippi bundle
    Guides ccusage Rust and Node tests. Use when adding or fixing cargo tests, Node test files, CLI snapshots, Claude model pricing, LiteLLM compatibility, or fixture-backed tests.
    0
    installs
  42. Docs · ryoppippi
    Routes ccusage documentation impact work. Use when code or behavior changes affect README files, docs guides, VitePress navigation, screenshots, schema docs, or user-facing commands/options, and when auditing whether a change needs docs at all.
    0
    installs
  43. Rust · ryoppippi
    Guides ccusage Rust implementation work. Use when editing rust/crates or rust/adapters, adapter module layout, crate visibility and hawk findings, embedded pricing, or Rust behavior parity.
    0
    installs
  44. Commit · ryoppippi bundle
    Creates atomic Conventional Commits. Use when committing code changes, splitting a diff into independently revertable hunks, staging precise patches non-interactively, or writing commit messages.
    0
    installs
  45. Tdd · ryoppippi
    Guides t-wada Red-Green-Refactor TDD for ccusage logic changes. Use when implementing a feature, writing a regression test for a bug, or refactoring Rust or TypeScript behavior test-first.
    0
    installs