reference▌
14 indexed skills · max 10 per page
api-reference-documentation
aj-geddes/useful-ai-prompts · Backend
Generate professional API documentation that developers can use to integrate with your API, including endpoint specifications, authentication, request/response examples, and interactive documentation.
top-100-web-vulnerabilities-reference
davila7/claude-code-templates · Productivity
Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns.
reference-sdk
parcadei/continuous-claude-v3 · Productivity
When implementing SDK features or debugging provider-specific issues, check reference implementations.
microsoft-code-reference
github/awesome-copilot · Productivity
Verify Microsoft SDK methods, find working code samples, and catch hallucinated APIs against official docs. \n \n Three core tools: microsoft_docs_search for API lookups, microsoft_code_sample_search for working examples in C#/Python/JavaScript, and microsoft_docs_fetch for full reference pages with overloads \n Catches common mistakes like wrong method signatures, deprecated patterns, mismatched SDK versions (v11 vs v12), and incorrect package names \n Works with Azure SDKs, .NET libraries, and