Skill Claude CodeCodex
Create new documentation based on the current conversation context.
Skill Claude CodeCodex
Create new documentation based on the current conversation context.
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.
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…
Skill Claude CodeCodex
Create a plan for the specified task.
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…
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.
Plugin Claude Code
Codely’s plugins to level up your code.
Plugin Claude Code
Codely's team skills: planning, docs, and git conventions.
Plugin Claude Code
Makes the agent answer in ASD-STE100 Simplified Technical English.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From CodelyTV/agent-harness.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Instructions file CodexOpenCode
AGENTS.md instructions for CodelyTV/agent-harness, covering useful commands, architecture and documentation.
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.
CodelyTV/agentic_programming-course
Skill Claude CodeCodex
Checks the status of the repository.
CodelyTV/agentic_programming-course
Skill Claude CodeCodex
Checks the status of the repository.
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.
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.
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.
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.
CodelyTV/agentic_programming-course
Skill Claude CodeCodex
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
CodelyTV/agentic_programming-course
Skill Claude CodeCodex
Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
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.
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.
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.