{"id":50428302,"url":"https://github.com/fxckcode/skills-kit","last_synced_at":"2026-05-31T12:01:51.315Z","repository":{"id":352543350,"uuid":"1214508467","full_name":"fxckcode/skills-kit","owner":"fxckcode","description":"A collection of agent skills for repository setup, multi-CLI agent workflows, and intelligent context loading.","archived":false,"fork":false,"pushed_at":"2026-04-20T03:51:33.000Z","size":165,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-20T05:24:56.538Z","etag":null,"topics":["agent-skills","ai-assistants","ai-workflows","automation","claude-code","cli-tools","gemini-cli","git-setup","opencode","workflow-automation"],"latest_commit_sha":null,"homepage":"https://github.com/fxckcode/skills-kit#readme","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/fxckcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-18T17:12:28.000Z","updated_at":"2026-04-20T03:51:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fxckcode/skills-kit","commit_stats":null,"previous_names":["fxckcode/skills-kit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fxckcode/skills-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxckcode%2Fskills-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxckcode%2Fskills-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxckcode%2Fskills-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxckcode%2Fskills-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fxckcode","download_url":"https://codeload.github.com/fxckcode/skills-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fxckcode%2Fskills-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33730241,"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-assistants","ai-workflows","automation","claude-code","cli-tools","gemini-cli","git-setup","opencode","workflow-automation"],"created_at":"2026-05-31T12:01:47.291Z","updated_at":"2026-05-31T12:01:51.310Z","avatar_url":"https://github.com/fxckcode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skills-kit\n\nA collection of agent skills for repository setup, multi-CLI agent workflows, and intelligent context loading.\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| [git-setup-skill](skills/git-setup-skill/) | Expert skill for professional Git/GitHub repository setup: `.gitignore`, `.gitattributes`, README files, licensing, metadata, tags, releases, and GitHub Actions. |\n| [swarm-forge-skill](skills/swarm-forge-skill/) | Guided project context setup for multi-CLI agent workflows across Claude Code, Codex, OpenCode, and Gemini CLI using patterns like TDD, BDD, ATDD, and SDD. |\n| [path-context-skill](skills/path-context-skill/) | Behavioral protocol for registering external project folders as reference context, with a 6-pass discovery heuristic and strict per-turn token budget. |\n| [api-test-skill](skills/api-test-skill/) | Protocol-first, client-agnostic skill for testing REST APIs end-to-end from the terminal. Detects OS and HTTP client automatically, constructs requests with env var references for secrets, interprets responses, infers auth and Content-Type, diagnoses errors, supports request chaining and response assertions. |\n\n## Install\n\n### Install the complete skills kit\n\nInstall all skills with a single command:\n\n```bash\nnpx skills add fxckcode/skills-kit\n```\n\n\n\n### Install individual skills (optional)\n\nIf you only need a specific skill, you can install it individually:\n\n```bash\nnpx skills add fxckcode/skills-kit/skills/git-setup-skill\nnpx skills add fxckcode/skills-kit/skills/swarm-forge-skill\nnpx skills add fxckcode/skills-kit/skills/path-context-skill\nnpx skills add fxckcode/skills-kit/skills/api-test-skill\n```\n\nThis will automatically download and install the skill to the appropriate agent skills directory.\n\n## Usage\n\nSkills activate automatically when the agent detects relevant trigger phrases. See each skill's `README.md` or `SKILL.md` for specific triggers and what they produce.\n\n\n\n## Repository Layout\n\n```\nskills-kit/\n├── AGENTS.md\n├── CHANGELOG.md\n├── CLAUDE.md\n├── LICENSE\n├── README.md\n└── skills/\n    ├── api-test-skill/\n    ├── git-setup-skill/\n    ├── path-context-skill/\n    └── swarm-forge-skill/\n```\n\nOnly the repository root has a `.git/` folder. Individual skills do not carry their own git history inside this repo.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxckcode%2Fskills-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffxckcode%2Fskills-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffxckcode%2Fskills-kit/lists"}