惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News
M
MIT News - Artificial intelligence
L
LangChain Blog
大猫的无限游戏
大猫的无限游戏
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Microsoft Azure Blog
Microsoft Azure Blog
J
Java Code Geeks
Recent Announcements
Recent Announcements
Stack Overflow Blog
Stack Overflow Blog
人人都是产品经理
人人都是产品经理
IT之家
IT之家
F
Fortinet All Blogs
博客园 - 聂微东
U
Unit 42
Martin Fowler
Martin Fowler
腾讯CDC
博客园_首页
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
量子位
阮一峰的网络日志
阮一峰的网络日志
博客园 - Franky

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
7 Agent Skill Packs That Actually Make AI Coders Better
Gearscope · 2026-05-24 · via DEV Community

Agent skill packs are everywhere now. Open GitHub, search for "agent skills," and you will drown in repos promising to turn your AI coder into a 10x engineer. Most of them are just rehashed prompt templates that add noise, not signal.

We spent the last month hands-on with dozens of these packs for Gearscope. The seven below are the ones we kept installed after testing. Each one solves a real problem, not a hypothetical one.

1. Addy Osmani Agent Skills

Verdict: The full software development lifecycle, packed into 23 portable skills.

Key strength: This is not a grab bag of tips. Addy Osmani (yes, the Google Chrome team guy) built a complete engineering methodology that walks your agent from idea refinement through spec writing, planning, implementation, and shipping. Each skill chains into the next one. The craft is obvious.

Who should use it: Teams who want their AI agent to follow a real process instead of just vomiting code. If you have ever watched an AI coder skip the thinking and jump straight to breaking things, this pack fixes that.

2. Engram

Verdict: The most complete agent memory layer you can install right now.

Key strength: Your AI coder forgets everything between sessions. Engram fixes that. It is a single Go binary backed by SQLite with full-text search, and it gives your agent persistent memory across conversations. It exposes an MCP server, HTTP API, CLI, and even a TUI. When your agent finishes a session, it can store what it learned and pick up where it left off next time.

Who should use it: Anyone doing multi-session work with an AI coder. If you are tired of re-explaining your project architecture every time you open a new chat, Engram is the answer. It scored a perfect 5 across every review dimension we track.

3. Antigravity Awesome Skills

Verdict: The biggest skill pack on GitHub. Breadth is the whole point.

Key strength: 1,464 SKILL.md playbooks covering everything from brainstorming to security auditing to React component scaffolding. It works with Claude Code, Cursor, Codex CLI, Gemini CLI, and more. The editorial bundles group related skills together so you are not lost in a sea of options. An npm installer gets you going fast.

Who should use it: Developers who want coverage over depth. If you work across a lot of different stacks and want a skill ready for whatever weird task comes up, this is your library. Quality varies across 1,400+ skills, but the hits outweigh the misses.

4. Agent Toolkit for AWS

Verdict: The AWS-built skill pack every cloud-bound agent needs.

Key strength: Amazon shipped 43 skills (13 core, 30 specialized) covering CDK, CloudFormation, Bedrock, EC2, VPC networking, and data analytics. This is not community cosplay. It is the real reference material from the people who build AWS, formatted as installable agent skills. Three plugin bundles and a managed MCP server round it out.

Who should use it: Anyone deploying on AWS. If your AI coder is touching CloudFormation templates or CDK stacks without this pack, it is flying blind. The documentation quality is top tier, which matters because cloud infrastructure is one area where guessing gets expensive.

5. last30days

Verdict: The research engine that searches where Google cannot.

Key strength: This skill searches Reddit, X, YouTube, TikTok, Hacker News, Polymarket, and 10+ other platforms within a configurable time window. It scores results by real engagement metrics, then synthesizes a structured brief. Most AI research tools just glue together a few API calls. This one actually understands what "recent and relevant" means.

Who should use it: Developers who need market research, competitive analysis, or trend tracking as part of their workflow. If you build products and need to know what people are actually saying about a topic in the last month, not what an old training data snapshot thinks, install this. It scored a perfect 5 in our review.

6. Superpowers

Verdict: A disciplined engineering workflow that forces AI coders to think before they type.

Key strength: 14 interlocking skills that enforce brainstorm-before-building, spec writing, implementation planning, and test-driven development across eight different agent harnesses. It works with Claude Code, Codex CLI, Cursor, Gemini CLI, GitHub Copilot CLI, and others. The methodology is cohesive: each skill picks up where the previous one left off.

Who should use it: Developers who treat AI coders as pair programmers, not autocomplete on steroids. If you want your agent to follow TDD, write specs, and plan before coding, Superpowers lays down that structure.

7. Browserbase Skills

Verdict: The most complete agent skill pack for production browser automation.

Key strength: 13 skills from Browserbase covering web scraping, UI testing, cookie sync, serverless browser functions, and company research. The skills range from basic page fetching all the way to adversarial UI testing. Everything works through the browse CLI, and the documentation is unusually good for an infrastructure tool.

Who should use it: Anyone doing browser automation at any scale. If your agent needs to interact with web pages that do not have a nice API, this pack gives it the tools to do the job properly.


Quick Comparison

Pack Skills Rating Best For
Addy Osmani 23 4/5 Engineering methodology
Engram 1 (memory system) 5/5 Persistent agent memory
Antigravity 1,464 4/5 Broad coverage
AWS Toolkit 43 4/5 Cloud infrastructure
last30days 1 (research) 5/5 Multi-platform research
Superpowers 14 4/5 TDD-first workflow
Browserbase 13 4/5 Browser automation

All seven are free and open source. Install what fits your workflow, skip what does not.

Reviews sourced from Gearscope, where we test agent tooling so you do not have to guess.