{"id":44463640,"url":"https://github.com/devitools/skills","last_synced_at":"2026-02-12T19:34:10.883Z","repository":{"id":335030403,"uuid":"1143848461","full_name":"devitools/skills","owner":"devitools","description":"Coding agents skills","archived":false,"fork":false,"pushed_at":"2026-01-28T03:19:38.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-28T18:58:00.034Z","etag":null,"topics":["agentskills","ai","skills","skillshare"],"latest_commit_sha":null,"homepage":"https://agentskills.io","language":null,"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/devitools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dco":null,"cla":null}},"created_at":"2026-01-28T03:01:00.000Z","updated_at":"2026-01-28T03:19:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devitools/skills","commit_stats":null,"previous_names":["devitools/skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/devitools/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devitools%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devitools%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devitools%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devitools%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devitools","download_url":"https://codeload.github.com/devitools/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devitools%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29378819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T19:05:20.189Z","status":"ssl_error","status_checked_at":"2026-02-12T19:01:44.216Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["agentskills","ai","skills","skillshare"],"created_at":"2026-02-12T19:34:09.524Z","updated_at":"2026-02-12T19:34:10.877Z","avatar_url":"https://github.com/devitools.png","language":null,"readme":"# Coding Agent Skills\n\nA collection of skills for [Coding Agents](https://agentskills.io) that extend AI capabilities for software development workflows.\n\n## What are Skills?\n\nSkills are auto-invoked prompts that guide the coding agents to use specialized tools and follow best practices for specific tasks. Each skill is a self-contained module with documentation, setup instructions, and workflows.\n\n## Available Skills\n\n| Skill | Description |\n|-------|-------------|\n| [read-codebase](read-codebase/) | Semantic code exploration using Serena MCP for intelligent navigation |\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/devitools/skills.git\n   ```\n\n2. Copy the desired skill folder to your project's `.claude/skills/` directory:\n   ```bash\n   cp -r skills/read-codebase /path/to/your-project/.claude/skills/\n   ```\n\n3. Follow the skill's `setup.md` for any additional configuration.\n\n## Skill Structure\n\nEach skill follows this structure:\n\n```\nskill-name/\n├── SKILL.md        # Main skill definition with frontmatter\n├── setup.md        # Installation and configuration guide\n└── workflows.md    # Detailed usage workflows (optional)\n```\n\n### SKILL.md Frontmatter\n\n```yaml\n---\nname: skill-name\ndescription: Brief description of what the skill does\nuser-invocable: false  # true if can be triggered via /skill-name\n---\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on creating and submitting new skills.\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevitools%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevitools%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevitools%2Fskills/lists"}