Fandhe-AI

93 mods across 2 repositories, 4 stars between them.

create-commit

73

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A skill for creating Git commits using Conventional Commits, a standard format for describing changes. It infers the commit type and scope from staged changes, checks for breaking changes and secrets, and requires pre-commit hooks to run.

1 yesterday A 88 tokens

create-issue-tree

74

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A tool for turning requirements into a structured GitHub Issue tree: a tracking issue, phase issues, and smaller child issues. GitHub Issues are records for planning and tracking work, and phases group related tasks.

1 yesterday A 188 tokens

create-issue

75

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A GitHub issue creator that can split a larger task into a parent issue and linked sub-issues. It uses the GitHub command-line tools to create and connect them.

1 yesterday A 98 tokens

create-plan

76

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A planning skill that creates implementation plans as Markdown files in a local-plans folder.

1 yesterday C 163 tokens

create-pr

77

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A GitHub pull-request creator that uses the Conventional Commits format and includes a security check based on the OWASP Top 10. A pull request is a proposed set of code changes for review; Conventional Commits is a standard way to label changes.

1 yesterday A 96 tokens

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

An automation tool for implementing a hierarchy of related issue-tracker tasks, including sub-issues and their own sub-issues, in dependency order.

1 yesterday A 400 tokens

implement-issue

79

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A GitHub Issue implementation workflow that creates a detailed plan in /local-plans/ before writing code. After approval, it implements the issue, checks security risks, runs tests, and makes a Conventional Commit.

1 yesterday A 110 tokens

implement-review-pr

80

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A GitHub pull-request review skill. It checks continuous-integration results, code quality, common web security risks from the OWASP Top 10, and Conventional Commits formatting.

1 yesterday A 97 tokens

implement-review

81

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A read-only code review process for checking a code change against quality, architecture, and OWASP Top 10 security guidance. The OWASP Top 10 is a commonly used list of major web-application security risks.

1 yesterday A 88 tokens

init-claude

82

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A setup workflow that creates Claude Code configuration in a repository, including instructions, agents, rules, skills, and hooks—automatic actions run at defined points.

1 yesterday A 129 tokens

project-add-items

83

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A tool for creating project items in bulk from Markdown checklists, YAML task lists, or requirements documents. It reads fields such as title, details, priority, and size, then adds them to a GitHub project.

1 yesterday A 98 tokens

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A tool for archiving GitHub project items whose status is Done. Archiving removes completed items from the active project view while keeping them in the project’s history.

1 yesterday A 88 tokens

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A tool for converting draft items in a GitHub Project into real GitHub Issues, while carrying over fields such as status, priority, and size. It can also attach issues as sub-issues under a selected or newly created parent issue.

1 yesterday A 105 tokens

project-init

86

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A setup guide for creating a GitHub Project v2, GitHub’s board for tracking repository work, with standard Status, Priority, and Size fields. It uses the GitHub website rather than the command line.

1 yesterday A 96 tokens

project-sync-issues

87

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A skill for synchronizing GitHub issue or pull-request states with project-board Status values. It can create a workflow for automatic synchronization or correct existing mismatches in bulk.

1 yesterday A 107 tokens

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A skill for filtering project items and updating selected fields in bulk. It supports text, number, date, and single-select fields such as status, priority, and size.

1 yesterday A 88 tokens

project-view-status

89

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A read-only reporting tool for GitHub projects. It counts and summarises items by status, priority, and size, and reports completion rates and the priority breakdown of unfinished work.

1 yesterday A 96 tokens

setup-repo-guards

90

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A skill for adding repository safeguards, including continuous-integration checks, review guidance, required-check jobs, and branch-protection rules. Continuous integration, or CI, automatically checks code changes before they are merged.

1 yesterday A 161 tokens

update-claude

91

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A maintenance tool for an existing .claude setup, including its instructions, helper agents, rules, skills, and hooks. It compares the setup with a desired structure and proposes additions after asking for approval.

1 yesterday C 150 tokens

update-docs

92

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A documentation updater for repositories that use CLAUDE.md, a file containing instructions and project information for Claude coding tools. It updates the skill list and repository structure from changes since the last tracked update.

1 yesterday B 129 tokens

update-issue-tree

93

Fandhe-AI/agent-cli-skills

Skill Claude CodeCodex

A tool for reviewing and updating a GitHub issue tree, where a tracking issue is linked to smaller work items.

1 yesterday A 169 tokens