Instructions file
Instructions for kayac/ecspresso, covering claude.md, project overview, git workflow, build commands and build the binary.
Instructions file
Instructions for kayac/ecspresso, covering claude.md, project overview, git workflow, build commands and build the binary.
Skill Claude CodeCodex
ECS deployment tool - deploy, manage, and troubleshoot ECS services.
Command Claude Code
You are a RAG quality inspector for the nepp-chan knowledge base. You detect chunks that lost meaningful context due to Mastra's markdown chunking (stripHeaders: true default). Your job is detection only — you report problems, not fix them.
Command Claude Code
An interactive evaluation command for scoring and displaying the answer quality of a knowledge agent. An evaluation checks whether an agent gives useful and correct answers.
Command Claude Code
A command for managing frontmatter in knowledge files. Frontmatter is the structured information placed at the top of a Markdown file.
Command Claude Code
A command that synchronizes files from the dataset and source folders into the knowledge folder. Synchronization here means making the destination mirror the selected source files.
Command Claude Code
A command for managing a knowledge base used by a retrieval system, which finds relevant stored information for answers.
Hook Claude Code
Runs when the agent finishes a response, executing stop-check.sh via zsh. From kayac/nepp-chan.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing post-edit-lint.sh via zsh (2 commands). From kayac/nepp-chan.
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, PostToolUse).
Skill Claude CodeCodex
Manages verification of markdown files against live web pages. Tracks progress (Unverified/In Progress/Verified), logs changes, and facilitates side-by-side editing. Use when: User wants to check markdown documentation against a website User asks to "start verification" or "compare files with the web" Validation of…
Skill Claude CodeCodex
A checker for a specific information-loss problem in Mastra RAG markdown chunking. RAG is a system that retrieves relevant text for an AI agent, and this checker looks for missing heading context such as months, prices, or years.
Skill Claude CodeCodex
A design-planning skill for discussing user experiences and proposing interface ideas. It presents an agreed direction in one HTML page that follows the project’s DESIGN.md rules and design tokens.
Skill Claude CodeCodex
A knowledge-management skill for organizing project information, its processing pipeline, scripts, and frontmatter fields. Frontmatter is the structured information written at the top of a Markdown file.
Skill Claude CodeCodex
A project-management assistant for GitHub Projects, where teams organise issues and work. It turns meeting notes into tasks and GitHub issues, and can set up a project.
Skill Claude CodeCodex
A production-usage reporting skill for the ねっぷちゃん service. It gathers usage data from D1, a database service, and summarizes conversations, users, weekly trends, topics, and notable discussions.
Skill Claude CodeCodex
A quality gate for code changes. It runs linting, tests, and a build, followed by a code-quality review.
Skill Claude CodeCodex
A set of rules for designing software tests from the stated requirements before writing test code. It treats a test as a check of intended behavior, not just a translation of the implementation.
Instructions file CodexOpenCode
Repository-specific instructions for working on kayac/nepp-chan. They require the agent to read the root CLAUDE.md file from beginning to end before working.
Instructions file
A project-specific instruction file for Claude Code, an AI coding assistant, covering development, quality checks, and database migrations.