By j5ik2o
GitHub workflow skills, including systematic issue triage and GitHub OSS README creation, improvement, and review.
Create, improve, and review GitHub OSS README.md files. Organize information around What, Why, How to start, Help, and Maintainers, and make the shortest credible path to Quickstart and docs obvious. Use this skill for new README creation, README restructuring, README review, and deciding when detailed documentation should move out of the README. Trigger on README-related requests such as "create a README", "improve this README", "add a Quickstart", "make a GitHub README template", or "review this README".
Systematically inventory and organize GitHub Issues. Classify open issues, group related work, identify close candidates, prioritize remaining work, and propose useful batches. This includes separating CodeRabbit-generated issues from human-reported issues, grouping by root cause, and finding completed issues that can be closed. Trigger on GitHub Issue organization requests such as "organize issues", "triage GitHub issues", "audit open issues", "close stale issues", or "prioritize issues".
Run a convergence loop for GitHub PRs by resolving base-branch merge conflicts first with the j5ik2o-gh-pr-resolve-conflicts skill, addressing unresolved review feedback with the j5ik2o-gh-pr-review-follow-up skill, and fixing failing PR checks. Restart from mergeability after every push until no conflicts or actionable review threads remain and all required checks are green. Use when a pull request must be driven continuously to a merge-ready state.
Resolve unresolved GitHub PR merge conflicts non-interactively after integrating the latest base branch, validate the build and relevant tests, and stage the resolution. Use when git reports unmerged paths or conflict markers while preparing a PR. Do not use when the PR is already mergeable.
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A marketplace repository for distributing AI agent skills and plugins for Claude Code and Codex.
.claude-plugin/marketplace.json.agents/plugins/marketplace.jsonmarketplace.yml and generated marketplace.jsonagent-skills, takt, and software-designskills/, .agents/skills/, and .claude/skills/ links for tools that consume plain skill directories directly/plugin marketplace add j5ik2o/ai-tools
/plugin install git@ai-tools
/plugin install github@ai-tools
/plugin install agent-skills@ai-tools
/plugin install takt@ai-tools
/plugin install software-design@ai-tools
Register this repository as a Codex plugin marketplace, then install the plugins you need:
codex plugin marketplace add j5ik2o/ai-tools --ref main
codex plugin add git@ai-tools
codex plugin add github@ai-tools
codex plugin add agent-skills@ai-tools
codex plugin add takt@ai-tools
codex plugin add software-design@ai-tools
Verify the installation, then start a new Codex task so the installed plugins are loaded:
codex plugin list
apm marketplace add j5ik2o/ai-tools --name ai-tools
apm install software-design@ai-tools
Available APM package names are git, github, agent-skills, takt, and software-design.
GitHub CLI provides gh skill for installing agent skills from GitHub repositories. See the gh skill manual for the current preview behavior.
Install a specific skill from this repository:
gh skill install j5ik2o/ai-tools j5ik2o-deep-research-read-me --agent codex --scope user --pin main
Install every skill exposed through the standard skills/ directory:
gh skill install j5ik2o/ai-tools --all --agent codex --scope user --pin main
The skills/ directory is the default discovery entry point. Mirrored links are also kept under .agents/skills/ and .claude/skills/; pass --allow-hidden-dirs only when you intentionally want gh skill to include hidden skill directories during discovery.
npx skills add j5ik2o/ai-tools
| Plugin | Description | Key skills | Details |
|---|---|---|---|
git | Git workflow skills, including staging and committing working-tree changes following Conventional Commits | j5ik2o-git-commit | plugin.json |
github | GitHub workflow skills, including systematic issue triage and GitHub OSS README creation, improvement, and review | j5ik2o-gh-issue-organizer, j5ik2o-deep-research-read-me | plugin.json |
agent-skills | Agent skills demonstrating skill creation, evaluation, and iterative improvement workflows | j5ik2o-skill-forge | README |
takt | TAKT workflow engine skills for multi-agent orchestration, analysis, building, and optimization | j5ik2o-takt-task-builder, j5ik2o-takt-workflow-builder, j5ik2o-takt-facet-builder, j5ik2o-takt-analyzer, j5ik2o-takt-optimizer, j5ik2o-takt-skill-updater | README |
software-design | Software design skills for DDD, clean architecture, error handling, package design, refactoring, and maintainable domain modeling | j5ik2o-ddd-aggregate-design, j5ik2o-clean-architecture, j5ik2o-error-handling, j5ik2o-package-design, j5ik2o-refactoring-packages | plugin.json |
.claude-plugin/
└── marketplace.json
marketplace.yml
marketplace.json
mise.toml
plugins/
├── git/
│ └── skills/
│ └── j5ik2o-git-commit/
├── github/
│ └── skills/
│ ├── j5ik2o-deep-research-read-me/
│ └── j5ik2o-gh-issue-organizer/
├── agent-skills/
│ ├── README.md
│ └── skills/
│ └── j5ik2o-skill-forge/
├── takt/
│ ├── README.md
│ └── skills/
│ ├── j5ik2o-takt-analyzer/
│ ├── j5ik2o-takt-facet-builder/
│ ├── j5ik2o-takt-optimizer/
│ ├── j5ik2o-takt-skill-updater/
│ └── j5ik2o-takt-task-builder/
└── software-design/
└── skills/
├── j5ik2o-clean-architecture/
├── j5ik2o-ddd-aggregate-design/
├── j5ik2o-error-handling/
└── ...
npx claudepluginhub j5ik2o/ai-tools --plugin githubTAKT workflow engine skills for multi-agent orchestration. Includes analyzers, builders, and optimizers for TAKT workflow YAML.
Collection of agent skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling
Software design skills for DDD, clean architecture, error handling, package design, refactoring, and maintainable domain modeling.
Git workflow skills, including staging and committing working-tree changes following Conventional Commits.
No description provided.
Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.
General purpose Claude Code toolkit with research agents, skills, and introspection commands
End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository.
Comprehensive GitHub operations using gh CLI and GitHub API for pull requests, issues, repositories, workflows, and API interactions
Editorial "OSS Maintainer" bundle for Claude Code from Antigravity Awesome Skills.