Skills
10 articles about skills.
What's Your Career Bet When AI Evolves This Fast?
The safest bet is learning to orchestrate AI agents rather than competing with them. Coordinating multiple Claude instances, managing context, tracking workflows - these are the new meta-skills.
The Irony of AI Automation - Debugging Skills Takes Longer Than the Original Task
It built a skill that posts to Reddit every hour on a cron job. Now I spend more time debugging the skill than doing the thing it was supposed to automate.
Claude Code Skills Are Mini Startup Wrappers - How Playwright MCP Ties 30+ Skills Together
With 30+ Claude Code skills and Playwright MCP as the glue, each skill is essentially a mini startup wrapper. How browser automation ties together social media posting, testing, and more.
Making Claude Code Skills Repeatable - 30 Skills Running Reliably
Running 30 Claude Code skills reliably for a macOS agent. The key to repeatability is explicit frontmatter, narrow scope per skill, and clear input/output contracts.
Why Community Skill Repos Need Platform-Level Sandboxing
Community skills repos are an open attack vector for AI agents. Platform-level sandboxing and verification are essential to prevent supply chain attacks.
Custom Skills vs Marketplace Skills in Claude Code - Why Building Your Own Wins
After trying dozens of marketplace skills, we ended up with mostly custom ones for specific recurring tasks. Here is why building your own skills works better for real workflows.
$25 Per PR Review Is Wild - Run Claude Code on the Diff Yourself
AI-powered PR review services charge $25 per pull request, but you can run Claude Code on the diff yourself for a fraction of the cost using a custom review skill.
Rebuilding a Website from Lovable to Claude Code - Why Custom Skills Win
Why rebuilding a Lovable-generated website with Claude Code and custom skills produces better results. Custom skills encode your workflow, not just your code.
Skills vs MCP vs Plugins - What's the Difference?
Skills inject instructions into conversations. MCP servers give agents new tools. Plugins are platform-specific integrations. Most people confuse all three - here is a clear breakdown.
Auto-Detecting What Your AI Agent Should Do Based on App Context
Instead of telling your AI agent what skill to use, let it detect the active app and surface the right automation. Context-aware skill selection for desktop agents.