SessionStart
01Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From TOKTOKHAN-DEV/agent-company.
Hook Claude Code
Runs when a session starts, executing session-start.sh via bash. From TOKTOKHAN-DEV/agent-company.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing guard-image-generation.sh via bash. From TOKTOKHAN-DEV/agent-company.
Settings file Claude Code
Agent settings declaring 2 hook events (SessionStart, PreToolUse) and 16 allowed tools.
Skill Claude CodeCodex
A project setup helper that checks and installs the exact dependencies a code project needs, then applies the chosen company template. It is meant for projects whose files are assembled from a shared core and a selected template.
Skill Claude CodeCodex
An agent scaffold for creating a new independent coding-agent process, including its role instructions, skills, and registry entry. It is intended for projects that run agents as separate terminal processes.
Skill Claude CodeCodex
A session-memory workflow for recording important decisions, preferences, blockers, and next steps so later sessions can continue with the right context.
Instructions file CodexOpenCode
Repository instructions for AI coding agents working in the Agent Company monorepo, a single repository containing multiple related projects and shared tools. They explain which context and project rules agents must read first.
Instructions file
A set of Claude Code instructions for working in an AI-team monorepo, a single repository containing multiple applications and packages. It explains the project's core folders, templates, startup context, and rules for image generation and human release.
Skill Claude CodeCodex
A workflow for reviewing material brought from another workspace and carrying relevant brand evidence into the project's assets. It checks inventories, brand guides, logos, and image sources before anything is used.
Skill Claude CodeCodex
A workflow for creating app-store graphics such as a logo, thumbnail, and in-app-purchase icon according to required sizes and available brand evidence. It uses the app specification, brand color, existing supplied assets, and source records to guide the work.
Skill Claude CodeCodex
An asset-upload workflow that sends files to a console’s content-delivery network and prepares a review-request payload for a person to submit.
Skill Claude CodeCodex
A skill for checking app review, release, live-version, and usage information through the Apps-in-Toss console, a service for managing Toss mini-apps.
Skill Claude CodeCodex
A release pre-check workflow that builds the mini-app, runs automated checks, explains errors, and lists review items that require a person to test the app on a real device. A preflight check is a final inspection before submission.
Skill Claude CodeCodex
A workflow for comparing an existing feature specification with the project's review checklist and implementation. It looks for missing requirements, differences between documented screens and actual screens, and lessons from rejected submissions.
Skill Claude CodeCodex
A feature-specification workflow that turns a feature request into a Markdown file describing screens, acceptance checks, boundaries, and unanswered questions.
Skill Claude CodeCodex
A workflow for implementing one specified app screen with Toss Design System components and adding it to the app's route list. It also requires empty, loading, and failure states, with a way to retry after failure.
Skill Claude CodeCodex
An SDK integration guide for 앱인토스, a platform for building apps inside Toss. It covers permissions, persistent storage, sharing links, screen controls, safe-area spacing, and secure WebSocket connections.
Skill Claude CodeCodex
A workflow for filling only the SEO and GEO sections of a post's front matter. SEO helps a page appear in search results, while GEO prepares information for answer systems that may quote or cite it.
Skill Claude CodeCodex
A workflow for choosing a post topic, checking for duplicate coverage, researching verifiable questions, and creating a draft outline with front matter. Front matter is the structured information attached to a post, such as its title, status, category, and tags.
Skill Claude CodeCodex
A review-and-submission workflow that audits a post, checks its facts, verifies guidelines, images, and links, records the review results, and changes its status to in review. It does not publish the post.
Skill Claude CodeCodex
A writing workflow that turns an outline into a full article while following a project’s content guidelines. It emphasizes clear structure, plain language, fact checking, and marked placeholders for unverified claims.
Skill Claude CodeCodex
A set of rules for handling missing cover images in published posts. It defines when to leave an image out, ask the user for one, or use an image with a clearly recorded source and licence.
Skill Claude CodeCodex
Skill "generate-cover" from TOKTOKHAN-DEV/agent-company, covering generate-cover, 1. 프롬프트 작성, 2. 생성, 호출 방식이 다를 때 and 3. 확인.