standards▌
14 indexed skills · max 10 per page
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
cpp-coding-standards
affaan-m/everything-claude-code · Productivity
Modern C++ standards enforcing type safety, resource management, and clarity through the C++ Core Guidelines. \n \n Covers six foundational principles: RAII for resource lifetime, immutability by default, compile-time type safety, intent-driven naming, minimal complexity, and value semantics over pointers \n Provides detailed rules across 15+ domains including functions, classes, resource management, error handling, concurrency, templates, and standard library usage with code examples for each \
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