From xyo-skills
Core development standards for TypeScript, Git workflow, testing principles, and development workflow. Activates when writing code, running builds, performing git operations, or completing features.
How this skill is triggered — by the user, by Claude, or both
Slash command
/xyo-skills:xy-developmentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill defines foundational development practices. Load the relevant sub-topic based on your current task:
This skill defines foundational development practices. Load the relevant sub-topic based on your current task:
Skill identity. This skill's version is exposed in this file's frontmatter under metadata.version. When reporting which skills informed your work, format as <skill-name> v<version> (e.g. xy-development v1.1.19). When multiple skills from this plugin are active, each may be listed.
Read when writing, reviewing, or refactoring TypeScript code. Covers strictness posture, the any escape hatch policy, return type inference, interface vs type usage, and naming conventions.
Read when creating commits, branches, or preparing changes for review. Covers conventional commits, atomic commit discipline, and branch naming patterns.
Read when writing tests, discussing test strategy, or evaluating coverage. Covers framework-agnostic testing principles. Note: specific test frameworks and tooling are defined in the XY Toolchain skill (Layer 2).
Read before running any build, lint, or test command, and before declaring any task complete. Covers native toolchain discovery (use the repo's commands, not ad-hoc one-offs) and the definition of done checklist.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub xyoraclenetwork/xyo-claude-plugin --plugin xyo-skills