self-learning-skills: An AI Skill That Learns on the Job

Ever spent half a session re-teaching your AI agent how to reach the prod DB, where the credentials live, and the exact deploy command — only to have it forget everything the moment you close the terminal? Yeah, me too. I’ve been running Claude Code and Cursor daily for months now. And the single biggest frustration isn’t the code quality. It’s that every session starts from zero. The hard-won knowledge from debugging that flaky CI job or discovering the one weird config quirk that breaks staging — poof, gone when the session ends. ...

July 2, 2026 · 6 min · GitHubDigger

This AI Agent Skill Teaches Itself: Meet self-learning-skills

Ever spent half a session re-teaching your AI agent how to reach the prod DB, where the credentials live, and the exact deploy command — only to have it forget everything the moment you close the terminal? Yeah, me too. I’ve been running Claude Code and Cursor daily for months now. And the single biggest frustration isn’t the code quality. It’s that every session starts from zero. The hard-won knowledge from debugging that flaky CI job or discovering the one weird config quirk that breaks staging — poof, gone when the session ends. ...

July 2, 2026 · 6 min · GitHubDigger

NVIDIA SkillSpector: Scan AI Agent Skills Before You Install

Ever downloaded a Claude Code skill or a Codex CLI extension without checking what it actually does? Yeah, me too. We all do. But here’s the thing — a recent study found 26.1% of agent skills contain security vulnerabilities, and 5.2% are outright malicious. I’ve seen the AI supply chain problem get real before. Still, that’s not a theoretical risk. So that’s roughly one in four skills carrying a security risk. ...

June 12, 2026 · 4 min · GitHubDigger

Agent Skills: 7 Commands That Make AI Agents Write Prod Code

AI coding agents are incredible at generating code fast. But ask them to write a spec before touching the keyboard? Review their own output before shipping? Crickets. The problem isn’t the models — it’s that agents lack structured engineering workflows. They jump straight to code. No plan. No tests. No review. It works for small scripts, but for anything production-grade, that shortcut burns you sooner or later. That’s exactly what agent-skills (52.5k★ on GitHub, trending #1 as I type this) is built to fix. Addy Osmani — yes, the Google Chrome engineering manager who wrote the book on JavaScript patterns — put together 7 slash commands that encode senior engineer workflows for Claude Code, Cursor, Gemini CLI, and OpenCode. Install once, and your agent suddenly knows how to spec-first, test-drive, and review-before-merge. Like having a staff engineer sitting next to your terminal. ...

June 11, 2026 · 5 min · GitHubDigger