Agentic Coding
Top tech stories today across software, hardware, AI, and product launches. Senior engineer audience — skip rumour churn and pre-announcement leaks. Lead with shipping-now stories and what changed for builders.
Plugin ecosystem expands, skill distribution finds common ground, awesome-agent-skills curates the landscape
1 min read
Claude plugins collection
Your PRD workflow just got 30 dedicated skills.
A new Claude Code plugin collection from laurigates bundles blueprint-plugin for PRD and PRP workflows with built-in version tracking, plus 14 agents across task categories including test, review, debug, and docs [Source: GitHub]. The agent-patterns-plugin handles multi-agent coordination, while code-quality-plugin adds 13 skills for refactoring and debugging methodology. A tiered setup approach with a Plugin Map gives you a recommended install order so you're not guessing which pieces fit together.
The /health:check skill alone is worth the install.
Skill distribution debate
The skill-sharing problem finally has a proposed solution.
A new open-source CLI called skill-indexer tackles the fragmentation across Cursor, Claude Code, Codex, Copilot, and others—every tool wants SKILL.md files in its own folder with no shared distribution standard [Source: Cursor Forum]. The author raises open questions: should npm handle distribution or a dedicated registry? Convention-based or declarative discovery? How strict should validation be without killing experimentation?
Worth watching—this could become the package.json of agent skills.
Curated skills directory
Someone finally organized the scattered skill landscape.
The awesome-agent-skills repository curates modular SKILL.md files across 14 engineering domains from frontend to AI/ML, with standouts including command-development for Claude Code slash commands and loki-mode which orchestrates 100+ specialized agents from PRD to deployed product [Source: GitHub]. Skills use progressive disclosure—lightweight metadata loads first, full instructions only when relevant—keeping your agent fast without sacrificing depth. The repo distinguishes skills from MCP tools: skills teach how to work, MCP provides access.
Bookmark it alongside the 15 repos from three days ago.
laurigates/claude-plugins: Claude Code plugins for development ...17 hours ago ... Blueprint Development methodology - PRD/PRP workflow with version tracking ... Claude Code hooks for enforcing best practices. tools-plugin, 14, General ...github.com
The website content presents a comprehensive Claude Code plugin collection directly aligned with your workflow needs. The blueprint-plugin offers 30 skills specifically designed around PRD/PRP workflow with version tracking, which matches your interest in using PRD documents efficiently. The collection includes 14 agents across multiple categories—notably agents-plugin provides task-focused agents for test, review, debug, and docs workflows, while agent-patterns-plugin covers multi-agent coordination and orchestration patterns. For debugging and code quality, the code-quality-plugin provides 13 skills for code review, refactoring, and debugging methodology, and evaluate-plugin includes 3 agents for skill evaluation and benchmarking. The tiered setup approach with a Plugin Map and recommended install order provides structured guidance for advanced agentic coding workflows, and the /health:check and /health:audit skills offer diagnostic tools to optimize your Claude Code configuration.
and an open question about how AI agent skills should be distributed18 hours ago ... ... AI coding assistant — Cursor, Codex, Claude C ... Organizing Cursor skills for better agent context · Built for Cursor · context ...forum.cursor.com

The website content discusses skill-indexer, an open-source CLI tool for distributing AI agent skills across multiple coding assistants including Cursor and Claude Code. The tool addresses a key infrastructure challenge: how to share SKILL.md files across different AI coding platforms without each tool creating its own marketplace. The author outlines several unsettled design questions including whether npm is the right distribution substrate versus a dedicated registry, whether to use convention-based or declarative skill discovery, and how strictly to validate skill files to balance ecosystem quality with experimental skill inclusion. This directly addresses best practices for managing AI agent skills and workflows in tools like Cursor and Claude Code, which aligns with the user's interest in efficient agentic coding practices.
kodustech/awesome-agent-skills - GitHub23 hours ago ... ... best practices for Claude Code. implementing-agent-modes, Guidelines to create/update a new mode for PostHog AI agent. Modes are a way to limit what tools ...github.com
# AI Agents - Agentic Coding This GitHub repository curates a collection of Agent Skills—modular, standardized instruction packages that teach AI agents how to perform specific tasks in software engineering. Agent Skills are structured as SKILL.md files defining when to use them, how to execute tasks, and what best practices apply. They follow a progressive disclosure model where lightweight metadata loads initially and full instructions load only when relevant, keeping agents fast and focused while maintaining execution depth. The repository organizes skills across multiple engineering domains including Frontend Development, Backend Development, DevOps, Testing & QA, Security, Mobile Development, Blockchain, Infrastructure, Data Science, AI/ML, Observability, Performance, Tooling, and Code Review. Notable skills relevant to advanced agentic coding include command-development for Claude Code slash commands, implementing-agent-modes for PostHog AI agents, pair-programming for AI-assisted collaborative workflows, agentic-eval for evaluating and improving agent outputs, and loki-mode which orchestrates 100+ specialized agents from PRD to deployed product. The repository distinguishes Agent Skills from saved prompts, fine-tuning, and MCP tools—skills teach how to work while MCP provides access to external tools, making them complementary approaches for building sophisticated agent workflows.