standards▌
14 indexed skills · max 10 per page
coding-standards
sickn33/antigravity-awesome-skills · Productivity
Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js projects. \n \n Covers core principles (readability, KISS, DRY, YAGNI) with practical code examples showing good vs. bad patterns \n Includes TypeScript/JavaScript standards for naming, immutability, error handling, async/await, and type safety \n Provides React-specific guidance on component structure, custom hooks, state management, and conditional rendering \n Details API design conventions, REST endp
nft-standards
wshobson/agents · Productivity
ERC-721 and ERC-1155 NFT standards with metadata, royalties, and advanced features. \n \n Covers both ERC-721 (unique tokens) and ERC-1155 (multi-token) standards with complete contract examples including minting, burning, and supply management \n Supports off-chain metadata via IPFS and on-chain metadata with SVG generation, plus EIP-2981 royalty implementation for marketplace compatibility \n Includes soulbound token patterns (non-transferable), dynamic NFTs with evolving state, and gas-optimi
coding-standards
affaan-m/everything-claude-code · Productivity
Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js projects. \n \n Covers core principles (readability, KISS, DRY, YAGNI) with practical code examples for variable naming, function design, immutability, error handling, and type safety \n Includes React-specific guidance on component structure, custom hooks, state management, and conditional rendering patterns \n Provides API design standards with REST conventions, response formats, and input validation u
write-coding-standards-from-file
github/awesome-copilot · Productivity
Analyze existing code files to automatically generate a project coding standards document. \n \n Extracts syntax patterns (indentation, naming conventions, commenting style, braces, line length) from one or more files or entire folders to establish baseline standards \n Detects and optionally fixes inconsistencies across files, flagging deviations from the majority pattern in each category \n Outputs standards to a new file (CONTRIBUTING.md, STYLE.md, CODING_STANDARDS.md, etc.), README.md insert