Skip to content
ATAI Today Brief
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS
NewsDigestsConceptsGuidesSubscribeAdvertiseAboutEditorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. Concepts/
  3. Skill

Trending

Skill

Claude Code abstraction: a reusable bundle of instructions, scripts, and context that the agent can load on demand. Like a slash command with structured behaviour.

Official site ↗

Stories on this topic · 22

Overview

Skills extend what Claude can do. Create a SKILL.md file with instructions, and Claude adds it to its toolkit. Claude uses skills when relevant, or you can invoke one directly with /skill-name. Unlike CLAUDE.md content, a skill’s body loads only when it’s used, so long reference material costs almost nothing until you need it.

Specifics cross-checked against the official documentation · Jun 2026

FAQ

What is the difference between a command and a skill?+

While both use slash commands, bundled skills are prompt-based: they give Claude detailed instructions and let it orchestrate the work using its tools, whereas most built-in commands execute fixed logic directly.

Can I share my skills across different projects?+

Yes, by storing them in your personal skills folder at ~/.claude/skills/, you can make them accessible across all your projects.

Latest stories

Tutorials & guidesX (Twitter) · May 27, 2026 2 min read

How to deploy Anthropic's new plug-and-play AI skills using Claude Agent Software Development Kit

An analysis of Anthropic's release of thirty-one pre-configured skills designed for rapid deployment. The key takeaway is that leveraging standardized schemas allows developers to integrate complex operations with minimal custom coding.

Why it matters

An analysis of Anthropic's release of thirty-one pre-configured skills designed for rapid deployment. The key takeaway is that leveraging standardized schemas allows developers to integrate complex operations with minimal custom coding.

Open full story
Vibe coding workflowGitHub · Jul 17, 2026 2 min read

Hallmark: Anti-AI-Slop Styling and Layout Skill for Claude Code, Cursor, and Codex

Hallmark is a specialized system skill and styling guide aimed at preventing AI coding assistants from generating repetitive, bloated, and outdated UI templates ('AI slop') during rapid prototyping.

Why it matters

Hallmark is a specialized system skill and styling guide aimed at preventing AI coding assistants from generating repetitive, bloated, and outdated UI templates ('AI slop') during rapid prototyping.

Open full story
Token & cost optimizationHacker News · Jun 29, 2026 2 min read

Optimizing Claude Code Token Cost with a Custom SQLite-Backed Feedback Skill

Software engineer Jack Franklin built a custom SQLite and Deno CLI skill for Claude Code to manage playtest feedback. Replacing a massive 7,000-line Markdown file with database queries radically reduced context-token bloat and improved query efficiency.

Why it matters

Software engineer Jack Franklin built a custom SQLite and Deno CLI skill for Claude Code to manage playtest feedback. Replacing a massive 7,000-line Markdown file with database queries radically reduced context-token bloat and improved query efficiency.

Open full story
Open slot

One sponsor per issue

A single native, clearly labelled placement in front of engineers who build with AI, backed by transparent numbers.

Claim the slot
Agents & MCPHacker News · Jun 30, 2026 2 min read

VPSmaxxing: Run Claude Code and Codex Agents 24/7 on a Cheap VPS

Deploy a dedicated, always-on Linux VPS workbench for your AI agents using a custom Claude Code skill. This setup migrates your credentials, keeps files synced with your laptop, and avoids costly hourly cloud bills.

Why it matters

Deploy a dedicated, always-on Linux VPS workbench for your AI agents using a custom Claude Code skill. This setup migrates your credentials, keeps files synced with your laptop, and avoids costly hourly cloud bills.

Open full story
Tools & releasesHacker News · Jul 17, 2026 2 min read

Capital One Open-Sources VulnHunter Agentic Code Security Tool for Claude Code

Capital One has released VulnHunter, an open-source agentic security tool built on Claude Opus 4.8. Operating as a Claude Code skill, it simulates real-world attacker behaviors to trace and auto-remediate vulnerabilities while minimizing false positives.

Why it matters

Capital One has released VulnHunter, an open-source agentic security tool built on Claude Opus 4.8. Operating as a Claude Code skill, it simulates real-world attacker behaviors to trace and auto-remediate vulnerabilities while minimizing false positives.

Open full story
Agents & MCPHugging Face Blog · Jul 15, 2026 2 min read

Building Reliable AI Agents: Key Architecture Lessons From the Shippy Maritime Assistant

AllenAI's Skylight team shares their architecture for Shippy, a high-stakes maritime AI agent built on Claude Opus 4.6. By structuring agents into "soul, skills, and config" and wrapping complex APIs in a deterministic CLI, they eliminated non-deterministic agent errors and API failures.

Why it matters

AllenAI's Skylight team shares their architecture for Shippy, a high-stakes maritime AI agent built on Claude Opus 4.6. By structuring agents into "soul, skills, and config" and wrapping complex APIs in a deterministic CLI, they eliminated non-deterministic agent errors and API failures.

Open full story

Related concepts

AI AgentAiderAnthropic APIClaude Agent SDKClaude CodeClineCodexContext EngineeringContinueCursorGeminiGitHub Copilot