{"id":51032653,"url":"https://github.com/drafael/coding-harness","last_synced_at":"2026-06-22T02:01:41.406Z","repository":{"id":356407706,"uuid":"1221160700","full_name":"drafael/coding-harness","owner":"drafael","description":"Reusable agent skills and workflows for everyday development.","archived":false,"fork":false,"pushed_at":"2026-06-21T12:50:06.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-21T14:40:10.683Z","etag":null,"topics":["ai-agent","ai-agent-skills","claude-code","pi-coding-agent","skills"],"latest_commit_sha":null,"homepage":"","language":"Python","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/drafael.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-25T20:42:39.000Z","updated_at":"2026-06-21T12:50:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/drafael/coding-harness","commit_stats":null,"previous_names":["drafael/coding-harness"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drafael/coding-harness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drafael%2Fcoding-harness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drafael%2Fcoding-harness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drafael%2Fcoding-harness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drafael%2Fcoding-harness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drafael","download_url":"https://codeload.github.com/drafael/coding-harness/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drafael%2Fcoding-harness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34630770,"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-06-22T02:00:06.391Z","response_time":106,"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":["ai-agent","ai-agent-skills","claude-code","pi-coding-agent","skills"],"created_at":"2026-06-22T02:01:38.269Z","updated_at":"2026-06-22T02:01:41.400Z","avatar_url":"https://github.com/drafael.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coding Harness\nReusable agent skills and workflows for everyday development.\n\n## Prerequisites\n\nBefore installing an agent, review the [prerequisites](docs/prerequisites.md) for required CLI tools, terminal setup, and provider access.\n\n## Installation\n\n### Recommended terminal coding agents\n- [Claude Code](https://code.claude.com/docs/en/quickstart#step-1%3A-install-claude-code) - Anthropic’s terminal-native coding agent.\n  - [revdiff plugin](https://github.com/umputun/revdiff?tab=readme-ov-file#claude-code-plugin) - Interactive diff review and annotation workflow.\n  - [Codex plugin for Claude Code](https://github.com/openai/codex-plugin-cc#codex-plugin-for-claude-code) - Adds OpenAI Codex integration to Claude Code.\n- [Pi Coding Agent](https://pi.dev) - Extensible terminal coding agent with packages, tools, skills, and TUI support.\n  - [revdiff package](https://github.com/umputun/revdiff?tab=readme-ov-file#pi-package) - Interactive code review and diff navigation.\n  - [pi-subagents package](https://github.com/nicobailon/pi-subagents) - Delegates work to focused subagents and chains.\n  - [pi-web-access package](https://github.com/nicobailon/pi-web-access) - Adds web search, content fetching, and library research tools.\n  - [pi-intercom package](https://github.com/nicobailon/pi-intercom) - Lets multiple Pi sessions communicate locally.\n  - [pi-review-loop package](https://github.com/nicobailon/pi-review-loop) - Automates repeated code-review passes until issues are resolved.\n\n### Also worth trying\n- [Codex CLI](https://developers.openai.com/codex/quickstart?setup=cli) with [revdiff plugin](https://github.com/umputun/revdiff?tab=readme-ov-file#codex-plugin) or [Codex app](https://developers.openai.com/codex/quickstart?setup=app)\n- [OpenCode](https://opencode.ai/docs/#install)\n- [GitHub Copilot CLI](https://github.com/github/copilot-cli?tab=readme-ov-file#installation)\n\n## [Skills](https://agentskills.io/)\n\nTo use `coding-harness/skills` in your projects, copy or symlink the `skills` folder to:\n\n- For [Claude Code](https://code.claude.com/docs/en/skills#extend-claude-with-skills): \n  - `project-folder/.claude/skills` or `~/.claude/skills`\n- For [Pi Coding Agent](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#skills), [OpenCode](https://opencode.ai/docs/skills#place-files), [Codex](https://developers.openai.com/codex/skills#where-to-save-skills), [Copilot](https://docs.github.com/en/copilot/concepts/agents/about-agent-skills): \n  - `project-folder/.agents/skills` or `~/.agents/skills`\n\n## Usage and workflow\n\nActivate a skill with a slash command (for example, `/brainstorm`) or by using a trigger phrase from the skill metadata (for example, `let's brainstorm`).\n\n### Implement a user story\n\nActivate the [`brainstorm`](skills/brainstorm) skill:\n```text\n/brainstorm \"\"\"User story description\"\"\"\n```\n\nAfter brainstorming use the [`java-coder`](skills/java-coder) skill:\n```text\nimplement the plan YYYY-MM-DD-user-story-implementation-plan.md \n  using java coder skill and provide human verifiable proofs and/or artifacts\n```\n\n### Code review\n\nActivate the [`code-review`](skills.code-review) skill:\n```text\ncode review uncommitted changes\n```\n\n### Write tests\n\nActivate the [`write-tests`](skills/write-tests) and [`test-coverage`](skills/test-coverage) skills:\n```text\nwrite tests for new and modified code\n```\n```text\nadd test and branch coverage for UserController\n```\n\n### Fix a bug\n\nActivate the [`debug-error`](skills/debug-error) and/or [`clarify`](skills/clarify) skills:\n```text\n/debug-error \"\"\"stack trace or errors in logs\"\"\"\n```\n```text\nclarify why the response status is 500 instead of 201\n```\n\n### Refactoring\n\nActivate the [`refactor-code`](skills/refactor-code) and [`java-coder`](skills/java-coder) skills:\n```text\nrefactor code in the user login flow, following guidelines from the java-coder skill\n```\n\n### Documenting\n\nUse the [`pretty-mermaid`](skills/pretty-mermaid) skill to generate diagrams:\n```text\ncreate a sequence diagram in SVG format with white background of the endpoint /api/v1/users\n```\n```text\ncreate a ASCII terminal-friendly sequence diagram of the endpoint /api/v1/users\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrafael%2Fcoding-harness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrafael%2Fcoding-harness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrafael%2Fcoding-harness/lists"}