Blog
Articles and tutorials about Agent Skills
How to Implement Next.js 'use cache' and PPR with cache-components
Implement Next.js 'use cache' and PPR with cache-components. Covers cacheLife, cacheTag, updateTag for cache strategy design, and static shell plus dynamic content patterns.
How to Search and Install Agent Skills with skill-lookup
Search and install Agent Skills with skill-lookup from awesome-chatgpt-prompts. Covers prompts.chat MCP integration, skill discovery, detail retrieval, and project installation.
How to Search and Improve AI Prompts with prompt-lookup
Search, retrieve, and improve AI prompts with prompt-lookup from awesome-chatgpt-prompts. Covers prompts.chat MCP integration, variable expansion, and quality improvement.
How to Streamline Code Reviews with Gemini CLI's code-reviewer Skill
Streamline code reviews with Gemini CLI's code-reviewer. Covers 7 analysis pillars, structured Critical/Improvements/Nitpicks feedback, and local/remote PR workflows.
How to Create Custom Skills for Gemini CLI with skill-creator
Create custom Gemini CLI skills with skill-creator. Covers SKILL.md authoring, packaging with package_skill.cjs, installation, and skill design principles.
How to Write PyTorch Function Documentation with the docstring Skill
Write PyTorch-convention docstrings with the docstring skill. Covers Sphinx/reStructuredText formatting, LaTeX math notation, Args/Returns sections, and Examples.
How to Convert PyTorch Dispatch Macros to V2 Format with at-dispatch-v2
Convert legacy PyTorch AT_DISPATCH macros to V2 format with at-dispatch-v2. Covers argument reordering, AT_WRAP wrapping, AT_EXPAND type groups, and patterns.
How to Add Unsigned Integer Support to PyTorch Operators with add-uint-support
Add uint16/uint32/uint64 support to PyTorch operators with add-uint-support. Two AT_DISPATCH macro update methods with a decision tree for the right approach.
How to Create Claude Code Skills with PyTorch's skill-writer
Create Claude Code Agent Skills with PyTorch's skill-writer. Covers SKILL.md structure, effective description writing for trigger accuracy, and validation.
How to Review UI Accessibility and UX with web-design-guidelines
Review UI code for accessibility and UX with the web-design-guidelines skill. Automated Web Interface Guidelines compliance checking with file-level issue reporting.
How to Optimize React/Next.js Performance with vercel-react-best-practices
Optimize React/Next.js performance with Vercel Engineering's 45 rules across 8 categories. Covers waterfall elimination, bundle optimization, and priority-based strategies.
How to Design and Create Agent Skills with Dify's skill-creator
Design and create Agent Skills using Dify's skill-creator. Covers SKILL.md structure, Progressive Disclosure patterns, and packaging for AI agent extension.