paultyng

53 mods across 4 repositories, 35 stars between them.

agentsd CLAUDE.md

01

paultyng/agentsd

Instructions file

Instructions for paultyng/agentsd, covering claude.md, project, build & test, architecture and state machine.

10 20d ago B 447 tokens original MIT

paultyng/skill-issue

Instructions file

Instructions for paultyng/skill-issue, covering claude.md, what this repo is, repository structure, creating skills and rules and sync workflow.

9 21d ago B 446 tokens original MIT

active-read

03

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user wants interactive active-recall study on a document or topic. Triggers: "study this with me", "help me understand", "digest this", "let's study this", "walk me through", "explain and test me", "active reading", "active-read this", "/active-read". Do NOT use for passive reading (Read), code review…

9 21d ago A 91 tokens original MIT

active-review

04

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user wants to prepare for a manual PR code review and asks for help targeting it — a terse PR summary, ranked files to read first, and paste-ready inline comment drafts with GitHub deep-links. Triggers: "active review this PR", "walk me through this PR", "help me review this", "give me inline comments to…

9 21d ago A 157 tokens original MIT

analyze-knowledge

05

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user asks who knows specific code, who should review a PR or files, what the lottery factor is, whether knowledge is concentrated or spread, who to talk to about a code area, or when suggesting reviewers beyond GitHub's built-in suggestions.

9 21d ago A 57 tokens original MIT

paultyng/skill-issue

Skill Claude CodeCodex

Use when preparing a performance self-reflection, midyear or annual review, promotion packet, or brag document; when asked to collect, mine, gather, or summarize your accomplishments, contributions, or impact over a period; or when assembling cited evidence of work done across GitHub, Jira, Notion, Slack, and local…

9 21d ago A 78 tokens original MIT

audit-history

07

paultyng/skill-issue

Skill Claude CodeCodex

Use when reviewing past agent sessions, auditing memory health, identifying repeated corrections or friction, cleaning up stale memories, proposing new skills and rules from usage patterns, or identifying mechanical improvements (testing, linting, static analysis, tooling) that could improve outcomes.

9 21d ago A 54 tokens original MIT

bisect

08

paultyng/skill-issue

Skill Claude CodeCodex

Use when hunting a regression, phrases like "bisect", "find the commit that broke X", "this used to work", "regression in test Y", "when did start". Also use when escalated from ci-debug-loop because log analysis can't pinpoint the offending change, or when a previously-passing test/build/behavior is now failing and…

9 21d ago A 121 tokens original MIT

ci-debug-loop

09

paultyng/skill-issue

Skill Claude CodeCodex

Watch a GitHub Actions CI run, diagnose failures from logs, apply fixes, re-push, and repeat until green or escalate. Use when CI is failing and the user wants to debug and fix it iteratively, or says "fix CI", "debug the build", or similar.

9 21d ago A 62 tokens original MIT

paultyng/skill-issue

Skill Claude CodeCodex

Create or update a Notion decision document with a structured options/pros/cons/recommendation template. Use when the user asks to create a decision doc, design doc, evaluation doc, or comparison in Notion.

9 21d ago A 49 tokens original MIT

create-jira-item

11

paultyng/skill-issue

Skill Claude CodeCodex

Create Jira issues (stories, epics, initiatives) with custom field introspection to fill org-specific fields correctly. Use when the user asks to create a Jira ticket, story, epic, initiative, or task.

9 21d ago A 48 tokens original MIT

create-pr

12

paultyng/skill-issue

Skill Claude CodeCodex

Use when creating a new GitHub pull request, opening a PR for the current branch, or when another skill (like ship-it) needs a PR created for a branch that does not have one yet.

9 21d ago A 44 tokens original MIT

create-rule

13

paultyng/skill-issue

Skill Claude CodeCodex

Use when creating, writing, or updating a Claude Code rule file (.claude/rules/.md or /.claude/rules/.md), or when asking about rule format, path scoping, or rule best practices.

9 21d ago A 48 tokens original MIT

create-skill

14

paultyng/skill-issue

Skill Claude CodeCodex

Use when creating, writing, or authoring a new Cursor agent skill, or when asking about skill structure, SKILL.md format, or skill best practices.

9 21d ago A 36 tokens original MIT

discover-patterns

15

paultyng/skill-issue

Skill Claude CodeCodex

Use when exploring a new codebase's architecture, auditing codebase consistency, generating a patterns document, or preparing input for conformance checking during code review.

9 21d ago A 35 tokens original MIT

evaluate-dependency

16

paultyng/skill-issue

Skill Claude CodeCodex

Use when adding or evaluating a project dependency in any language, phrases like "should I use X library", "evaluate ", "what library for Y", or when reviewing a PR that touches a manifest (go.mod, package.json, requirements.txt, pyproject.toml, Cargo.toml, Gemfile, mix.exs, composer.json). Also use when comparing…

9 21d ago A 149 tokens original MIT

fix-pr-conflict

17

paultyng/skill-issue

Skill Claude CodeCodex

Resolve merge conflicts on a pull request by rebasing onto the base branch. Use when a PR is not mergeable, has merge conflicts, or the user asks to fix conflicts on a PR.

9 21d ago A 44 tokens original MIT

implement-plan

18

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user wants to execute an approved implementation plan and says any of "do it" (with a plan in scope), "lets do it" / "let's do it", "confirmed" (as approval to proceed on a plan), "implement the plan", "implement this", "execute the plan", "start implementing", "work through the plan", "implement the next…

9 21d ago B 200 tokens original MIT

match-voice

19

paultyng/skill-issue

Skill Claude CodeCodex

Use when asked to rewrite or format text in the user's voice, "make this sound like me", "match my voice", "de-stiffen this", when text "reads too corporate / businessy / stiff", to "strip the em-dashes / agent typography", or to draft a Slack announcement, PR body, or doc in the user's voice. Also /match-voice.

9 21d ago A 81 tokens original MIT

push-and-watch

20

paultyng/skill-issue

Skill Claude CodeCodex

Push local commits to the remote, ensure a draft PR exists, and monitor the GitHub Actions run until completion. Use when the user says "push and watch", "push it", or asks to push and monitor CI.

9 21d ago A 49 tokens original MIT

rebase-pr-chain

21

paultyng/skill-issue

Skill Claude CodeCodex

Rebase a chain of dependent pull requests sequentially, fixing conflicts along the way. Use when the user asks to rebase a PR chain, fix conflicts on multiple chained PRs, or mentions sequential/stacked PRs that need updating.

9 21d ago A 54 tokens original MIT

review-all

22

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user asks for a deep review, full review, comprehensive review, production readiness assessment, full audit, multi-domain audit, "security and reliability and code review", or "review everything". Also use when the user explicitly requests performance review alongside the comprehensive request (e.g.…

9 21d ago A 102 tokens original MIT

review-api-compat

23

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user asks for an API compatibility review, breaking change review, proto breaking change review, buf breaking review, OpenAPI compatibility check, gRPC backwards compatibility audit, "are these API changes breaking", "did we break the wire", contract evolution review, or backwards-compatibility audit on…

9 21d ago A 69 tokens original MIT

review-ci

24

paultyng/skill-issue

Skill Claude CodeCodex

Use when the user asks for a CI review, CI/CD review, GitHub Actions review, workflow review, pipeline review, build pipeline audit, "review the workflows", "review the actions", action pinning audit, workflow permissions audit, or supply-chain review of CI configuration.

9 21d ago A 59 tokens original MIT