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.
Skill catalogs grow up, .NET gets a Claude kit, harnesses hit v2
1 min read
AAS Core skill catalog
Your agent can now shop from nearly 2,000 skills without ever uploading your repo.
AAS Core is a local control plane that lets Claude Code or Cursor search a full skill catalog, pick what fits your project, and lock choices into a reproducible manifest before anything changes [Source: GitHub]. You get bundles for common roles, ordered playbooks for multi-step work, and stack validation that keeps installs inspectable. The whole flow stays agent-owned—you review the plan, not the prompt.
If skill sprawl has been slowing you down, this is the catalog approach worth testing.
dotnet-claude-kit
Claude Code finally speaks fluent .NET 10.
The new dotnet-claude-kit ships 47 skills, 10 specialist agents, and a Roslyn MCP server that cuts token costs roughly tenfold by querying the compiler instead of reading files [Source: CodeWithMukesh]. The daily loop is four commands—spec, plan, scaffold, verify—and /dotnet-init writes a project-specific CLAUDE.md that learns from your codebase. The verify step alone runs seven quality gates before code ships.
If you're building .NET SaaS and want senior-level output, start here.
ECC harness v2
ECC just crossed 279 skills and 67 agents—and now it learns from your sessions.
The v2 release adds instinct-based continuous learning that auto-extracts patterns from your work into reusable skills, plus session-persistence hooks that save and reload context automatically [Source: GitHub]. Memory optimization keeps tokens capped, and the same harness runs across Claude Code, Cursor, Codex, and Copilot. Install profiles let you start minimal or go full-stack.
For solo founders juggling multiple projects, persistent memory alone could be the killer feature.
Agent workflow best practices
Clear prompts still beat clever prompts.
A recent roundup of AI coding assistants reinforces that the real gains come from sharing enough context, reviewing output before merging, and building consistent workflows that loop through planning, coding, testing, and docs [Source: Kimi]. Tools like Cursor, Windsurf, and Augment Code all push toward multi-file, agent-driven editing—but the discipline around prompts and review is portable across all of them.
Worth revisiting your own checklist before chasing the next shiny agent.
agentic-awesome-skills/README.md at main - GitHub20 hours ago ... Best Claude Code skills on GitHub for a high-intent shortlist. ... vercel-labs/agent-skills: Vercel Labs official skills - React Best Practices, Web Design ...github.com
AAS Core is a local, agent-first control plane for AI coding assistants like Claude Code and Cursor that lets agents search and select from a complete catalog of 1,988+ skills without uploading your repository. The system validates agent-chosen skill stacks, generates reproducible aas-stack.json manifests, and produces immutable execution plans through a read-only MCP interface. Installation targets multiple platforms: use the AAS Core preview guide for Claude and Codex, or direct installers like `npx agentic-awesome-skills` for Cursor, Antigravity, Codex CLI, and others. Advanced workflows emphasize agent-owned composition where the AI inspects your project, compares skill candidates across capability areas (architecture, testing, security, deployment, UX), and creates evidence-backed selections validated before any changes. Specialized plugins package focused skill sets for domains like web apps, security, data analytics, DevOps, and QA. For efficient agentic coding, the system provides bundles (curated role-based skill groups), workflows (ordered execution playbooks), and deterministic planning—all designed to keep skill stacks reproducible, inspectable, and reviewable rather than one-shot opaque installations.
How I Use dotnet-claude-kit: Making Claude Code Write Senior ...5 hours ago ... Advanced Claude Code Tips. The workflow habits that pair with the MCP server: context discipline, subagents, and parallel sessions. Which Commands Keep the ...codewithmukesh.com

The dotnet-claude-kit is a free MIT-licensed Claude Code plugin designed for .NET 10 development that addresses four key Claude failures: legacy patterns, architecture roulette, token-expensive file reading, and missing quality gates. It ships with 47 skills teaching modern C# 14 patterns, 10 specialist agents, 16 slash commands, and a Roslyn MCP server with 20 compiler-query tools that reduce token costs by roughly 10x compared to file reading. Installation takes two commands, and /dotnet-init generates a project-specific CLAUDE.md that learns from your existing codebase rather than applying generic templates. The core daily workflow consists of /spec (agree on requirements), /plan (architecture-aware planning), /scaffold (complete features with 9-point checklist covering endpoints, validation, testing, OpenAPI), and /verify (7-phase quality gate: build, analyzers, anti-patterns, tests, security, formatting, diff review). The Roslyn MCP server is highlighted as the highest-value component, enabling semantic queries at 30-150 tokens versus 500-2,000 for file reads, making exploration on large codebases practical and token-efficient for agentic workflows.
10 AI Code Assistants to Upgrade Your Coding Workflow - Kimi AI18 hours ago ... An AI coding assistant is a software tool that uses artificial intelligence to help developers write, understand, and improve code. It can provide code ...kimi.com
Kimi Code offers agent-based coding workflows that go beyond traditional code suggestions, supporting project-level code understanding, multi-file editing, debugging, and seamless CLI and IDE integration—features particularly suited for complex software development projects. The article emphasizes expert practices for maximizing AI coding assistants, including providing clear and detailed prompts, sharing sufficient code context, reviewing AI-generated code before integration, and building consistent AI-assisted development workflows that integrate planning, coding, debugging, testing, and documentation. Other advanced tools mentioned include Augment Code with its Context Engine for analyzing codebase relationships and supporting agent-driven workflows, Cursor with its AI chat and multi-file editing capabilities, and Windsurf with its Cascade AI workflow for multi-step coding processes.
affaan-m/ECC: The agent harness performance optimization system ...20 hours ago ... Use /mcp for Claude Code runtime disables; Claude Code persists those choices in ~/. ... See the Token Optimization Guide for recommended settings and workflow ...github.com
ECC (Extended Claude Code) is a comprehensive agent harness system for advanced agentic workflows with Claude Code, Cursor, and other AI coding tools. It provides 67 specialized agents, 279 reusable skills, 94 maintained commands, and production-ready hooks for token optimization, memory persistence, continuous learning, and verification loops. For your specific interests in efficient agentic coding with PRDs and AGENTS.md workflows, ECC offers: structured skill-based workflow surfaces with YAML frontmatter definitions; instinct-based continuous learning (v2) that auto-extracts patterns from sessions into reusable skills; session persistence hooks that save/load context automatically; memory optimization techniques including token capping and strategic compaction; and cross-harness support (Claude Code, Cursor, OpenCode, Codex, GitHub Copilot). The system is organized around agents for delegation, skills as the primary workflow surface, and rules as always-follow guidelines—all versioned at v2.0.0 (June 2026) with 261 skills and a control-pane substrate. Installation supports selective profiling (minimal, core, full) and works via plugin marketplace or manual install with language-specific rules copied to ~/.claude/rules/ecc/.