SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule for generating XML or MXL files used by 1C instead of editing them by hand.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule for generating XML or MXL files used by 1C instead of editing them by hand.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A check for an existing predefined value before adding a new configuration value in 1C.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A safety check for file and directory paths that must not be changed or deleted.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A required step for improving a database query after it has been found to be slow.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A required pattern check before creating a new 1C query, where 1C is a business software platform.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule for reporting defects found outside the task being worked on.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A required reading step for work involving a specialised business or technical area.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A policy requiring a written specification before building features, changing architecture, or fixing complex bugs.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule to search the existing code and project before adding new code or a new query.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A coding rule for handling secrets, access tokens, cryptography, and user permissions.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A central record of limits for how coding sub-agents recover from failed fixes, testable guesses, and reviews.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule for writing code comments that explain the reason behind a decision.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A learning rule for maintaining patterns learned while using skills. It requires updates before skill use and after iterations.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A startup protocol for subagents that requires reading skills and rules before beginning work.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A decision rule for resolving conflicts and failures by following the designated source of truth—the information treated as authoritative.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A rule for checking БСП mechanisms before adding custom logic. БСП is the standard subsystem library used in 1C applications.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A test-first coding rule known as TDD, or test-driven development. It follows the cycle Red, then Green: first make a test fail, then change the code until it passes.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A cleanup rule for tests that write to a database. Zero-residue cleanup means the test must remove the data it created.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A troubleshooting rule for failures in Vanessa, an automated testing tool. It checks the registration log, visual output, and technical log.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A run rule for Vanessa tests after changing feature or test files, or using MCP. Vanessa is an automated testing tool.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A set of writing rules for Vanessa feature files. Features are structured descriptions of application behaviour that automated tests can execute.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A verification rule for a Security Warning shown in the registration log. Visual verification means confirming the warning through the visible result as well.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A data-isolation rule for Vanessa tests, which are automated tests for data-processing code.
SteelMorgan/1c-agent-based-dev-framework
Skill Claude CodeCodex
A set of location rules for Vanessa feature files, which describe automated tests in a readable format.