{"id":50434378,"url":"https://github.com/forjd/agent-skills","last_synced_at":"2026-05-31T16:03:23.301Z","repository":{"id":344283427,"uuid":"1181265092","full_name":"forjd/agent-skills","owner":"forjd","description":"Agent skills for GitHub repo hardening, PR creation, and review actioning — portable capabilities for any skills-compatible AI agent","archived":false,"fork":false,"pushed_at":"2026-05-21T21:39:50.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T06:57:36.807Z","etag":null,"topics":["agent-skills","ai-agents","code-review","developer-tools","devops","github-cli","pull-requests","security-hardening"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/forjd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T23:38:07.000Z","updated_at":"2026-05-21T21:39:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/forjd/agent-skills","commit_stats":null,"previous_names":["forjd/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/forjd/agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forjd%2Fagent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forjd%2Fagent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forjd%2Fagent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forjd%2Fagent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forjd","download_url":"https://codeload.github.com/forjd/agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forjd%2Fagent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33737692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","code-review","developer-tools","devops","github-cli","pull-requests","security-hardening"],"created_at":"2026-05-31T16:03:22.092Z","updated_at":"2026-05-31T16:03:23.289Z","avatar_url":"https://github.com/forjd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent Skills\n\nA collection of [agent skills](https://agentskills.io) for the **forjd** organisation — portable, version-controlled capabilities that any skills-compatible AI agent can discover and use.\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [`repo-hardening`](skills/repo-hardening) | Audit and harden GitHub repository security settings via the `gh` CLI |\n| [`github-pr`](skills/github-pr) | Create standardised pull requests with conventional titles, templates, and reviewers |\n| [`pr-review-actioner`](skills/pr-review-actioner) | Action PR review feedback — triage, fix, and reply to unresolved review comments |\n| [`browse`](skills/browse) | Browser automation CLI for navigating, testing, screenshotting, and interacting with web pages |\n\n## Installation\n\n**Via the [Skills CLI](https://skills.sh/docs/cli)** (no setup required):\n\n```bash\nnpx skills add forjd/agent-skills\n# or\nbunx skills add forjd/agent-skills\n```\n\n**Via git clone**, then copy the skill directories into your agent's skills directory. Most clients discover direct child directories that contain `SKILL.md`, so copy `skills/*` rather than relying on the collection repo root being scanned.\n\n```bash\n# Project-level (one project)\ngit clone https://github.com/forjd/agent-skills.git /tmp/agent-skills\nmkdir -p .agents/skills\ncp -R /tmp/agent-skills/skills/* .agents/skills/\n\n# User-level (all projects)\ngit clone https://github.com/forjd/agent-skills.git /tmp/agent-skills\nmkdir -p ~/.agents/skills\ncp -R /tmp/agent-skills/skills/* ~/.agents/skills/\n```\n\n| Agent | User-level path |\n|-------|-----------------|\n| Claude Code | `~/.claude/skills/` |\n| Cursor | `~/.cursor/skills/` |\n| Cross-client | `~/.agents/skills/` |\n\nIndividual skills can also be copied directly because each `skills/\u003cname\u003e/` directory is self-contained.\n\n\u003e See the [Agent Skills docs](https://agentskills.io/client-implementation/adding-skills-support) for the full list of supported agents and discovery paths.\n\n## Quick Start\n\n```bash\n# Audit a repo's security posture\nbash skills/repo-hardening/scripts/harden.sh audit --repo forjd/my-service\n\n# Preview fixes without applying\nbash skills/repo-hardening/scripts/harden.sh fix --repo forjd/my-service --checks branches --required-check \"test\" --dry-run\n\n# Apply confirmed fixes\nbash skills/repo-hardening/scripts/harden.sh fix --repo forjd/my-service --checks branches --required-check \"test\"\n```\n\n## Structure\n\n```\nskills/\n└── \u003cskill-name\u003e/\n    ├── SKILL.md          # Instructions + metadata (required)\n    ├── scripts/          # Executable code\n    ├── references/       # Detailed documentation\n    └── assets/           # Templates, resources\n```\n\nEach skill follows the [Agent Skills specification](https://agentskills.io/specification). See [`docs/skill-guidelines.md`](docs/skill-guidelines.md) for our authoring guidelines.\n\n## Licence\n\n[MIT](LICENCE) — Forjd.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforjd%2Fagent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforjd%2Fagent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforjd%2Fagent-skills/lists"}