jamesyang124

41 mods across 1 repository, 2 stars between them.

btw

01

jamesyang124/agent-skills

Skill Claude CodeCodex

Reads graphify-out/graph.json and appends a timestamped knowledge snapshot to KNOWLEDGESUMMARY.md in the project root. Entries are always appended, never overwritten — building a chronological evidence log of knowledge graph states. Use after /graphify-monitor has built a graph to record what the graph currently knows.

2 1mo ago A 66 tokens original MIT

graphify-monitor

02

jamesyang124/agent-skills

Skill Claude CodeCodex

Installs graphify, builds an initial knowledge graph of the current project, then spawns a background subagent that runs graphify auto-update every 120 seconds and prints newly-discovered symbols to the terminal. Use when monitoring a project for structural changes during active development by another coding agent.…

2 1mo ago B 73 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Interactive git rebase conflict resolver with Dry-run, Progressive, and Auto modes. Dry-run predicts conflict paths without touching the branch. Progressive mode is interactive per-conflict. Auto mode resolves autonomously then presents an audit report for approval or rollback. All modes generate a report. Use when…

2 1mo ago A 82 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Scans remote origin branches behind the base branch, filters by staleness threshold, generates a per-branch scan report with intent analysis and Jira detection, then optionally deletes remote branches and prunes local counterparts. Dry-run mode reports without deleting. Use when cleaning up stale branches, pruning old…

2 1mo ago A 79 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Interactive multi-select installer for external agent skill registries. Reads project-config.md to derive best-fit skills for the project, fetches latest version info from GitHub, and installs selected skills via npx. Supports supabase/agent-skills, vercel-labs/agent-skills, and antonbabenko/terraform-skill. Use when…

2 1mo ago A 92 tokens original MIT

ado-open-pr

06

jamesyang124/agent-skills

Skill Claude CodeCodex

Create an Azure DevOps pull request for the current branch using the Azure DevOps MCP. Pushes the branch, generates the description via the generate-pr-notes contract, opens the PR against a target branch (default develop), and adds reviewers resolved from teams or explicit emails. By default (opt out with…

2 1mo ago A 124 tokens original MIT

ado-pr-code-review

07

jamesyang124/agent-skills

Skill Claude CodeCodex

Perform a security-focused code review on an Azure DevOps PR by URL. Posts inline LOC-level review comments. Checks for PII exposure in public-facing APIs/UI/URLs, missing input validation (XSS/injection), error response structure (must carry 'code' field), and mandatory OWASP/CWE risk coverage (OWASP Top 10, CWE Top…

2 1mo ago A 130 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Read active review comments on an Azure DevOps PR and resolve them by applying the suggested fixes with user consent. Trivial fixes are shown as before/after diffs for quick approval. Non-trivial changes produce a refactoring plan for user review before execution. Companion to ado-pr-code-review. Use when asked to…

2 1mo ago A 87 tokens original MIT

explain-diff-html

09

jamesyang124/agent-skills

Skill Claude CodeCodex

Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

2 1mo ago A 32 tokens copy · 100% MIT

generate-pr-notes

10

jamesyang124/agent-skills

Skill Claude CodeCodex

Automatically generate pull request notes based on git changes. Analyzes commits or branch diffs and creates comprehensive PR descriptions with a title, summary, changes, technical details, and breaking changes. Use when creating a PR, writing PR description, summarizing changes for review, or asked to generate PR…

2 1mo ago A 66 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Strict Conventional Commits generator optimized for git-cliff, with SemVer and Emoji support. Use when committing code changes, writing commit messages, or when asked to commit with conventional format, semantic versioning, emoji commits, or gitmoji.

2 1mo ago A 57 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Install and configure the Atlassian MCP server (Jira and Confluence) for Claude or GitHub Copilot agents. Supports uvx (recommended) and Docker methods. Use when setting up Atlassian MCP, Jira MCP, Confluence MCP, or asked to install atlassian mcp.

2 1mo ago C 68 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Install and configure the Azure DevOps MCP server for Claude or GitHub Copilot agents. Use when setting up Azure DevOps MCP, ADO MCP, work items, repos, pipelines, sprints, wikis, or asked to install azure devops mcp.

2 1mo ago B 62 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Install and configure the Playwright browser-automation MCP server for Claude or GitHub Copilot agents. Use when setting up Playwright MCP, browser automation, web testing tools, or asked to install playwright mcp.

2 1mo ago A 49 tokens original MIT

install-sentry-mcp

15

jamesyang124/agent-skills

Skill Claude CodeCodex

Install and configure the official Sentry MCP server for Claude or GitHub Copilot agents. Supports remote (OAuth, recommended) and local stdio (npx + access token) methods. Use when setting up Sentry MCP, error-monitoring MCP, Seer, or asked to install sentry mcp.

2 1mo ago D 69 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

One-time setup skill that generates .agent-settings/project-config.md — a namespaced per-MCP project-settings file. Scans the codebase for structure, discovers installed MCPs from .mcp.json, and prompts for each MCP's project-scoped (non-secret) fields plus the SDD tool. Credentials stay in the global /.env.mcp…

2 1mo ago C 123 tokens original MIT

spec-recalibrate

17

jamesyang124/agent-skills

Skill Claude CodeCodex

Recalibrate a repo's spec-driven docs against the code that now implements them. Sweeps every source-of-truth spec (spec-kit specs/, openspec openspec/specs/), maps each to its code, classifies drift, and with consent updates stale spec docs to match the code — spec docs only, never the code implementation — recording…

2 1mo ago A 108 tokens original MIT

jamesyang124/agent-skills

Skill Claude CodeCodex

Interactively guides the user to select a target git worktree, then symlinks all git-ignored files and directories from the current worktree to the target. Use when setting up a new worktree, sharing .env files across worktrees, or asked to symlink ignored files to another worktree.

2 1mo ago C 70 tokens original MIT

sync-api-spec

19

jamesyang124/agent-skills

Skill Claude CodeCodex

Scans all API routes in the project and maintains docs/agents/api-spec.md — a machine-readable API reference for coding agents, frontend, and product to understand what APIs do. Incremental: only re-scans handlers for new or changed routes. Optional Confluence publish step after local file is written. Use at the…

2 1mo ago A 90 tokens original MIT

sync-skills

20

jamesyang124/agent-skills

Skill Claude CodeCodex

Sync the local .agents/skills directory with the ClawHub registry. Detects which skills are not yet installed and installs them automatically. Use whenever you want to pull down new or missing skills from the registry without reinstalling ones that are already present. Triggers on: "install new skills", "sync skills"…

2 1mo ago A 85 tokens original MIT

goal-checkpoint

21

jamesyang124/agent-skills

Skill Claude CodeCodex

General-purpose goal tracking with automatic checkpoint/resume support. Commits current state and writes a GOALSTATE.md snapshot when context usage approaches 90%, ensuring the next session can fully restore and continue the work.

2 1mo ago A 46 tokens original MIT

prd-to-sdd-spec

22

jamesyang124/agent-skills

Skill Claude CodeCodex

Fetches an external PRD from Confluence or from a Jira ticket that links to a PRD wiki, and transforms it into a structured local source file that the RD can reference when running SDD tools like spec-kit specify or openspec. Bridges the PO handoff into the SDD workflow.

2 1mo ago A 66 tokens original MIT

sdd-qa-to-jira

23

jamesyang124/agent-skills

Skill Claude CodeCodex

Reads local spec-kit artifacts and derives BDD QA scenarios, then creates QA sub-tickets under the existing root Jira ticket from Phase 7. Use this as the explicit QA hand-off after a PR is created in the spec-kit native SDD workflow.

2 1mo ago A 59 tokens original MIT

sdd-qa-to-ticket

24

jamesyang124/agent-skills

Skill Claude CodeCodex

Reads local SDD artifacts (from spec-kit, openspec, or similar tools) and derives BDD QA scenarios, then creates QA sub-tickets under the existing root Jira ticket from Phase 7. Use this as the explicit QA hand-off after a PR is created in the SDD workflow.

2 1mo ago A 67 tokens copy · 89% MIT