CodelyTV

26 mods across 5 repositories, 311 stars between them.

CodelyTV/agent-harness

Skill Claude CodeCodex

Create a git commit following the team's Conventional Commit conventions. Use when the user asks to commit changes or create a commit.

235 +3 26d ago A 33 tokens

CodelyTV/agent-harness

Skill Claude CodeCodex

Create a plan for the specified task and store it as GitHub issues in the repository of the current working directory. Given the URL of a GitHub issue, it turns that issue into the parent "plan" issue (Goal, Context and a checklist of phases) and creates one child issue per phase, linking every phase as a native…

235 +3 26d ago A 116 tokens

CodelyTV/agent-harness

Skill Claude CodeCodex

Implement one phase of a plan stored as GitHub issues in the repository of the current working directory. Given the URL of a phase (child) issue it implements that phase; given the parent plan issue it finds and implements the current phase. Only implements a single phase per invocation, then stops for user review. It…

235 +3 26d ago A 96 tokens

CodelyTV/agent-harness

Skill Claude CodeCodex

Implement one phase of the plan specified by the user. Only implements a single phase per invocation, then stops for user review. Never commits automatically.

235 +3 26d ago A 37 tokens

codely

07

CodelyTV/agent-harness

Plugin Claude Code

Codely’s plugins to level up your code.

235 +3 26d ago A tokens not measured

ste100

09

CodelyTV/agent-harness

Plugin Claude Code

Makes the agent answer in ASD-STE100 Simplified Technical English.

235 +3 26d ago A tokens not measured

PreToolUse

10

CodelyTV/agent-harness

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From CodelyTV/agent-harness.

235 +3 26d ago A tokens not measured

CodelyTV/agent-harness

Instructions file CodexOpenCode

AGENTS.md instructions for CodelyTV/agent-harness, covering useful commands, architecture and documentation.

235 +3 26d ago A 280 tokens

frontend-design

13

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications.

38 4mo ago A 32 tokens original MIT

create-doc

16

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.

38 4mo ago A 35 tokens original MIT

postgres

17

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Execute queries on the Postgres database. Use this skill DIRECTLY whenever the user asks anything about database contents, counts, or data — do NOT read compose.yml or SQL migration files first.

38 4mo ago A 40 tokens original MIT

playwright

18

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Navigate websites and query page content using Playwright CLI. Use this skill when the user asks to open a URL, extract data from a page, or check UI state.

38 4mo ago A 37 tokens original MIT

backend

19

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.

38 4mo ago A 25 tokens original MIT

database

20

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.

38 4mo ago A 20 tokens original MIT

testing

21

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.

38 4mo ago A 22 tokens original MIT

backend-engineer

22

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying backend code: API routes, use cases, domain models, repositories, infrastructure services, or dependency injection configuration. Follows Hexagonal Architecture, DDD, and DIOD conventions.

38 4mo ago A 45 tokens original MIT

database-engineer

23

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying database schemas, migrations, or SQL scripts. Follows PostgreSQL conventions: NOT NULL for required fields, plural table naming, and TEXT with CHECK constraints over VARCHAR/CHAR.

38 4mo ago A 44 tokens original MIT

testing-engineer

24

CodelyTV/agentic_programming-course

Agent Codex

Use when creating or modifying tests: unit tests, Object Mothers for test data, or hand-written Mock Objects for domain interfaces. Follows the project's testing conventions with jest, should pattern mocks, and faker-based mothers.

38 4mo ago A 48 tokens original MIT