Tag
#skills
Articles
-
From capture to inference
Why a vault of linked markdown notes and an enterprise knowledge graph are the same shape. And why I built Unicron, a Mac app that turns notes into action items and pushes them through to done.
-
How to research a company's UX in 30 minutes before your next interview
A repeatable workflow for pulling real UX sentiment about any company's product, turning it into talking points, and walking into the interview as a peer instead of a candidate. Worked example with a real company. Includes a downloadable Claude skill.
Resources
- Accessibility Checker (MCP Market)A Claude Code skill that helps developers identify and fix WCAG violations in web applications. It provides guidance on semantic HTML, ARIA attributes, keyboard navigation, and color contrast ratios for both manual reviews and automated audits.
- Agent Skills Client ShowcaseA gallery of products that support the agent skills format.
- Anthropic Skills RepoAnthropic's implementation of skills for Claude.
- Awesome Agent Skills (VoltAgent)1000+ agent skills from official dev teams (Anthropic, Vercel, Google Labs, Figma, Stripe) and the community, compatible with Claude Code, Codex, Cursor, and Gemini CLI. Broader than the travisvn list, with a cross-tool focus.
- Awesome Claude SkillsCurated list of skills, resources, and tools for customizing Claude workflows. Good jumping-off point when you want to find something specific rather than read through repos one by one.
- Claude A11y SkillA Claude Code skill that runs comprehensive accessibility audits on web projects using axe-core for runtime DOM testing and jsx-a11y for static analysis. It checks WCAG 2.1 Level A and AA compliance, flagging common issues like missing alt text, insufficient color contrast, broken heading hierarchy, and invalid ARIA attributes.
- MCP MarketA browsable directory of Agent Skills and MCP servers that extend AI coding agents like Claude Code, Claude.ai, Codex, and ChatGPT. You can discover skills across categories like developer tools, security, productivity, testing, and accessibility, with each listing showing the skill's purpose and implementation details.
- Palette Talent SkillA profile-driven Claude Code skill for job search and interview prep, built around 6 role profiles that drive discovery, fit scoring, resume generation, and post-mortem learnings from a single structured career inventory. Every interview cycle feeds back into the profile, so each round starts smarter than the last.
- Second BrainSkills for a personal "second brain" that runs entirely on plain markdown files maintained by Claude Code
- UI Skills for Design EngineersA curated directory of UI skills for design engineers covering accessibility, motion, and frontend craft, with copy-ready install commands.
- UX Sentiment ResearchClaude skill that pulls UX sentiment and friction patterns for any product and turns them into interview-ready talking points. Good for design interview prep and competitive analysis.
- Vibe Security SkillAn agent skill that audits AI-generated code for common security holes coding assistants introduce, like hardcoded secrets, missing row-level security, and tokens in localStorage. Loads only the checks that fit your stack.