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.
Routines automate GitHub PRs, skill catalog hits 2,400+, Ultimate Guide ships MCP queries
2 Min. Lesezeit
Claude Routines for GitHub
Your README can now write itself on every pull request.
Claude Code routines let you save prompt configurations that trigger automatically from GitHub events, schedules, or API calls—no local infrastructure required [Source: DEV]. The walkthrough shows a practical setup where opening a PR fires a routine that generates documentation, with notification options spanning push, email, and Slack. You can append custom instructions to routine executions via API, making it easy to chain documentation, security scanning, and code validation into your merge workflow.
Set one up for your next repo and stop writing READMEs by hand.
AAS Core Skill Catalog
The skill catalog just jumped to 2,406 entries.
AAS Core's latest release introduces an agent-first preview system where Claude or Codex inspects your project, searches the full local catalog, and picks exact skill IDs without ranking bias [Source: GitHub]. Following up on the coverage from a few days ago, the workflow now records selections in reproducible aas-stack.json manifests you can version-control. Specialized plugins span web apps, security, DevOps, and SaaS launch, while role-based bundles keep your context window lean by activating only what you need.
Browse the bundles before your next project kickoff.
Ultimate Guide MCP Integration
You can now query the 430K-line guide without leaving your editor.
The Ultimate Guide's MCP server integration means Claude Code or Cursor can answer questions about agent harness patterns, loop engineering, and memory systems mid-session [Source: GitHub]. The guide covers spec-first and TDD workflows, context budget management, and decision frameworks for choosing between MCP and CLI approaches. Context engineering sections help you calibrate exactly what information to feed Claude for different task types.
Worth connecting as a reference tool rather than just reading it once.
Coursera Cowork Course
Structured training for multi-agent orchestration just landed.
A new Coursera course walks you from full-stack app development with Claude Code into Cowork agents for workflow automation across Gmail, Slack, and Salesforce via MCP [Source: Coursera]. You'll build Agent Skills, connect external business tools, and deploy autonomous agent teams that handle project management with automated reporting. The curriculum assumes you're past basics and ready for orchestration patterns spanning coding and knowledge work.
Fills the gap if you've been piecing together Cowork from docs alone.
Claude Cowork, Skills and Plugins for Workflow Automation | Coursera15 hours ago ... By taking this course, you will learn to build, debug, and deploy full-stack websites and applications using Claude Code, and master Claude Cowork agents to ...coursera.org

This Coursera course teaches building and debugging full-stack websites with Claude Code and mastering Claude Cowork agents for workflow automation across finance, legal, marketing, and data analysis. The curriculum covers transitioning from basic prompt engineering to orchestrating multi-agent AI systems, with hands-on demos connecting Claude to external tools like Gmail, Slack, and Salesforce via Model Context Protocol. The course emphasizes terminal-based autonomous orchestration, Agent Skills, and specialized plugins for data cleaning, dashboard creation, and financial modeling, enabling deployment of autonomous AI agent teams for end-to-end project management with live previews and automated reporting.
FlorianBruniaux/claude-code-ultimate-guide - GitHub12 hours ago ... ... workflow as universal. Start. Install Claude Code. Choose one installation method: # npm, macOS, Linux, or Windows npm install -g @anthropic-ai/claude-code ...github.com
This is a comprehensive technical guide for Claude Code, the AI coding assistant. For the user's specific interests in agentic coding, advanced workflows, and best practices, here are the key relevant sections: The guide covers Agent Harness Engineering, which teaches how to identify controls required around agent loops and build reliable systems. It includes Loop & Graph Engineering for choosing between bounded feedback loops or explicit workflow graphs, and Context Engineering focusing on context budget, modular instructions, and assembly—critical for working with PRD documents and efficient AGENTS.md files as the user mentioned. The guide provides multiple advanced workflows including TDD with Claude, Spec-First Development, Plan-Driven Development, Best-of-N candidate comparison, and Agent Teams for coordinating multiple agents. For security and scaling, it covers Security Hardening, Sandbox Isolation, Production Safety, and Observability. The guide also offers reusable examples, decision frameworks (like MCP or CLI choice guides), and a structured approach to measuring context quality and task outcomes. It's available as an MCP server for integration into Claude Code, Cursor, and other coding assistants, making it directly applicable to daily developer productivity workflows.
Using claude routines with github - DEV Community19 hours ago ... Intro. I've been using claude for some time now. · What are routines? Routines are saved configurations (prompts) inside claude code. · Getting Started · Workflow ...dev.to

Claude Code routines are saved prompt configurations that run on Anthropic's infrastructure and can be triggered by schedules, GitHub events (like pull requests), or API calls. The article demonstrates a practical workflow where a routine automatically generates README documentation when pull requests are created, showing how routines enable agentic coding automation without requiring local infrastructure. Key features include three trigger types (schedule, GitHub events, and API), notification options (push, email, Slack), and the ability to append additional instructions to routine executions via API requests. This approach allows developers to integrate AI-driven automation into their development lifecycle for tasks like code validation, documentation generation, and security scanning directly from GitHub or external orchestrators.
AAS Core — Agentic Awesome Skills - GitHub8 hours ago ... npx agentic-awesome-skills --antigravity --skills brainstorming,systematic-debugging ... management skill for Claude Code (MIT). xwmxcz/papers-skill: Source for ...github.com
Agentic Awesome Skills (AAS) is a repository and control plane for managing reusable agent skills—sets of instructions that AI coding assistants like Claude Code and Cursor use to handle specialized tasks. The project's latest version (V17.8.4) introduces AAS Core, an agent-first preview system where Claude or Codex inspect your project, search a complete local catalog of 2,406+ skills, and choose exact skill IDs based on your needs. The system validates selections without ranking or recommending, records chosen stacks in reproducible aas-stack.json manifests, and allows immutable plan preview before any changes are applied. For solo SaaS developers working with Claude Code and Cursor, AAS offers structured workflows around skills (reusable SKILL.md playbooks organized by domain), bundles (curated role-based skill recommendations), and specialized plugins (focused marketplace distributions for web apps, security, data, DevOps, QA, and other domains). The recommended flow involves asking your AI agent to inspect your project with the local read-only AAS Core MCP configured, selecting exact skills from the full catalog, reviewing the stack manifest, validating via CLI, and previewing a deterministic plan in the Workbench before installation. Installation remains optional and approval-gated; the core value is reproducible, inspectable desired state rather than one-shot automatic setup.