tech-eval
25Skill Claude CodeCodex
A framework for comparing technical options, such as programming libraries, databases, or API styles, and recording the reasoning behind a choice.
Skill Claude CodeCodex
A framework for comparing technical options, such as programming libraries, databases, or API styles, and recording the reasoning behind a choice.
Skill Claude CodeCodex
A software-testing assistant for planning tests, writing and running them, checking code coverage, and recording defects. It covers unit, integration, and end-to-end tests; end-to-end tests check complete user workflows across the system.
Skill Claude CodeCodex
A UI design process for planning visual style, page layouts, reusable components, interaction flows, and responsive behavior. It also defines design tokens, which are shared values such as colors, fonts, and spacing.
Skill Claude CodeCodex
A generator for complete CataForge-style AI-agent workflows adapted to a chosen workflow type and AI coding platform. It can produce agents, skills, workflows, rules, configuration, schemas, and documentation structure.
Command Claude Code
Triage / propose / close upstream CataForge GitHub issues. Five-step loop defined in framework-issue-resolve SKILL.
Hook Claude Code
Runs after a tool call finishes for Agent, Edit, Write, AskUserQuestion and Agent tool calls, running python -m cataforge.runtime.hook.scripts.validate_agent_resu (4 commands). From lync-cyber/CataForge.
Hook Claude Code
Runs when a session starts, executing session-start.sh (4 commands). From lync-cyber/CataForge.
Hook Claude Code
Runs when the agent sends a notification, running python -m cataforge.runtime.hook.scripts.notify_permission. From lync-cyber/CataForge.
Hook Claude Code
Runs when the agent finishes a response, running python -m cataforge.runtime.hook.scripts.notify_done. From lync-cyber/CataForge.
Hook Claude Code
Runs before the agent uses a tool for Bash, Edit, Write and Agent tool calls, running python -m cataforge.runtime.hook.scripts.guard_dangerous (3 commands). From lync-cyber/CataForge.
Settings file Claude Code
Agent settings declaring 5 hook events (PostToolUse, SessionStart, Notification, Stop).
Instructions file
Project instructions for CataForge, a Python framework used to manage an AI-assisted software-development process. They describe its tools, commands, language conventions, and project-specific rules.