Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Guide Cursor to follow Django best practices and conventions
curl -o .cursorrules https://skills.dev/rules/djangoDjango conventions for Cursor: fat models, thin views, serializer patterns, form validation, middleware design, and pytest-django test organization.
mkdir -p ~/.claude/skills/cursor-django-rules~/.claude/skills/cursor-django-rules/SKILL.mdResulting file structure:
~/.claude/
skills/
cursor-django-rules/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Django Project Rules
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Audit your UI for WCAG compliance and fix accessibility issues
Both used by Software Engineer
Generate Storybook stories with controls and interaction tests
Both used by Software Engineer
Generate comprehensive error handling with recovery strategies
Both used by Software Engineer
Build GraphQL schemas with resolvers and type-safe client generation
Both used by Software Engineer
Extract strings, manage translations, and validate i18n completeness
Both used by Software Engineer
Django Project Rules