AgentSkillsCN

coding-standards

针对TypeScript、Python与PowerShell的语言特定编码规范

SKILL.md
--- frontmatter
name: coding-standards
description: Language-specific coding standards for TypeScript, Python, and PowerShell

Coding Standards Skill

This skill provides language-specific coding guidelines.

Standards Documents

LanguageFileKey Rules
TypeScripttypescript.mdESLint, Prettier, strict mode
Pythonpython.mdRuff, Black, type hints
PowerShellpowershell.mdPSScriptAnalyzer, approved verbs

Usage

Reference these standards when:

  • Writing new code in any language
  • Reviewing code for style compliance
  • Setting up linter configurations

Cross-References

  • .claude/rules/coding-style.md - High-level principles
  • .claude/rules/security.md - Security requirements