CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. owl-listener
  4. /
  5. designer-skills
  6. /
  7. Design Token Audit

Design Token Audit

Editor's Note

This audits your design token adoption by scanning code and design files to find hard-coded values, inconsistent usage, and gaps in your token system. It inventories all visual properties, maps them to existing tokens, and flags mismatches like when spacing is hard-coded or the wrong token tier is used. The output is a prioritized report with token adoption percentages, recommended new tokens, and a migration plan. Most useful when you suspect token coverage is spotty or you're inheriting a codebase with inconsistent styling. The focus on automation through lint rules and tracking adoption over time makes this more operational than a one-off review.

Install

npx skills add https://github.com/owl-listener/designer-skills --skill design-token-audit
Votes
0
Installs543
GitHub Stars1.4k
Categories
SecurityDesign & UI/UX
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Security Skills

View all →
security-audit-scanner

tbartel74/Vigil-Code

0
8
Automated security scanning for Vigil Guard v2.0.0. Use for OWASP Top 10 checks, TruffleHog secret detection, npm/pip vulnerability scanning, 3-branch service security, heuristics-service audit, and CI/CD security pipelines.
convex-security-audit

waynesutton/convexskills

0
1.3k
398
Security audit patterns for authorization, data access, action isolation, rate limiting, and sensitive operations in Convex applications.
owasp-security-check

sergiodxa/agent-skills

0
830
86
Security audit framework for web applications and REST APIs covering OWASP Top 10 vulnerabilities.
security-auditor

ovachiever/droid-tings

0
759
44
Automatic detection of OWASP Top 10 vulnerabilities and insecure code patterns across your codebase.
api-security-hardening

aj-geddes/useful-ai-prompts

0
580
219
Comprehensive security middleware for REST APIs covering authentication, rate limiting, input validation, and attack prevention.
django-security

affaan-m/everything-claude-code

0
4.7k
183.5k
Django security best practices covering authentication, authorization, CSRF, SQL injection, and XSS prevention.