skill-evolve
25Skill Claude CodeCodex
A review process for improving an agent skill after it produces a mistake, omission, or useful new warning. It reads the skill, proposes a focused change, asks for approval, and then tests the improvement.
Skill Claude CodeCodex
A review process for improving an agent skill after it produces a mistake, omission, or useful new warning. It reads the skill, proposes a focused change, asks for approval, and then tests the improvement.
Skill Claude CodeCodex
A project-status checklist that gathers repository state, build results, tests, open GitLab issues, branches, and running processes. Git is a system for tracking code changes, and a monorepo is a repository containing multiple projects.
Instructions file CodexOpenCode
A Korean-language project guide that defines one shared source of instructions for coding agents and describes the project's memory, automation, rules, and helper-agent folders.
Instructions file
A short configuration file that tells Claude Code to load the main AGENTS.md guide and the project's shared memory index.
Instructions file Gemini CLI
A project instruction file that points developers to AGENTS.md as the single source of truth for the project's rules and conventions. It also loads a project memory file.
Agent Claude Code
../../skills/db-expert/agents/claude.md.
Agent Claude Code
../../skills/doksam-ui/agents/claude.md.
Agent Claude Code
../../skills/finguard/agents/claude.md.
Agent Claude Code
../../skills/frontend-build/agents/claude.md.
Agent Claude Code
../../skills/go-expert/agents/claude.md.
Agent Claude Code
../../skills/memory-factcheck/agents/claude.md.
Agent Claude Code
../../skills/mobile-web-planner/agents/claude.md.
Agent Claude Code
../../skills/nextjs-implementer/agents/claude.md.
Agent Claude Code
../../skills/react-expert/agents/claude.md.
Agent Claude Code
../../skills/sdlc-orchestrator/agents/claude.md.
Agent Claude Code
../../skills/skill-evolve/agents/claude.md.
Agent Claude Code
../../skills/sqlite-expert/agents/claude.md.
Instructions file CodexOpenCode
Repository instructions for doksam-skills, a collection of AI-agent skills installed through symbolic links and organized as separate skill folders.
Instructions file
Project instructions for a skill that plans mobile web and app structure and creates HTML screen-design documents in a presentation-like style. The description is in Korean.
Instructions file Gemini CLI
A set of Gemini CLI instructions for doksam-skills, a project for planning the structure and screens of mobile websites and apps. It refers the agent to another instruction file, AGENTS.md.
Skill Claude CodeCodex
A guide for designing and operating relational databases, especially PostgreSQL. Relational databases store related data in tables connected by defined rules.
Agent
A database-focused coding agent for designing and reviewing relational databases, which store data in linked tables. It covers PostgreSQL and excludes SQLite-specific work.
Agent
A database specialist for designing and reviewing relational schemas, indexes, queries, transactions, and migrations, including shared PostgreSQL systems used by doksam pig.
Skill Claude CodeCodex
A UI implementation guide for the doksam project, based on the component catalog and design rules at ui.doksam.com. It defines approved design tokens, brand profiles, components, and checks for following those standards.