<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Engineering on Best of AI</title><link>https://bestofai.io/tags/engineering/</link><description>Recent content in Engineering on Best of AI</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 07 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://bestofai.io/tags/engineering/index.xml" rel="self" type="application/rss+xml"/><item><title>agent-skills</title><link>https://bestofai.io/skills/addyosmani-agent-skills/</link><pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/skills/addyosmani-agent-skills/</guid><description>&lt;p&gt;This repository bundles the following skills:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;interview-me&lt;/strong&gt;: Draws out requirements by asking targeted questions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;spec-driven-development&lt;/strong&gt;: Writes a PRD before any code is written.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;constraint-driven-development&lt;/strong&gt;: Sets and enforces quality standards for a project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;planning-and-task-breakdown&lt;/strong&gt;: Splits a spec into tasks that can each be verified on its own.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;incremental-implementation&lt;/strong&gt;: Delivers work in thin, tested vertical slices.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;test-driven-development&lt;/strong&gt;: Applies the red-green-refactor cycle.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;context-engineering&lt;/strong&gt;: Manages what information reaches the agent and when.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;doubt-driven-development&lt;/strong&gt;: Runs an adversarial code review pass.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;frontend-ui-engineering&lt;/strong&gt;: Guides component and interface design decisions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;api-and-interface-design&lt;/strong&gt;: Applies contract-first design to APIs and interfaces.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;browser-testing-with-devtools&lt;/strong&gt;: Uses Chrome DevTools to inspect an app at runtime.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;code-review-and-quality&lt;/strong&gt;: Reviews code against five separate quality gates.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;security-and-hardening&lt;/strong&gt;: Checks code against the OWASP Top 10.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;git-workflow-and-versioning&lt;/strong&gt;: Enforces a trunk-based git workflow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;shipping-and-launch&lt;/strong&gt;: Runs a staged rollout when releasing a change.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>skills</title><link>https://bestofai.io/skills/mattpocock-skills/</link><pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/skills/mattpocock-skills/</guid><description>&lt;p&gt;This repository bundles the following skills:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;grill-with-docs&lt;/strong&gt;: Runs a planning session that builds a domain model and updates project docs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;triage&lt;/strong&gt;: Moves issues through a defined state machine workflow.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;improve-codebase-architecture&lt;/strong&gt;: Scans a codebase and reports where its architecture could be deepened.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;to-spec&lt;/strong&gt;: Turns a conversation into a written specification for an issue tracker.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;to-tickets&lt;/strong&gt;: Breaks a plan into small, ordered tickets with dependencies noted.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;implement&lt;/strong&gt;: Builds a feature from a spec using test-driven development.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;wayfinder&lt;/strong&gt;: Plans large work as a set of linked decision tickets.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;prototype&lt;/strong&gt;: Builds a throwaway prototype to answer a design question.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;diagnosing-bugs&lt;/strong&gt;: Runs a structured loop for tracking down hard bugs.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;research&lt;/strong&gt;: Investigates a question against primary sources.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;domain-modeling&lt;/strong&gt;: Builds and refines a project&amp;rsquo;s domain model.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;code-review&lt;/strong&gt;: Reviews code against both coding standards and the original spec.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>text-to-cad</title><link>https://bestofai.io/skills/earthtojake-text-to-cad/</link><pubDate>Mon, 07 Sep 2026 00:00:00 +0000</pubDate><guid>https://bestofai.io/skills/earthtojake-text-to-cad/</guid><description>&lt;p&gt;This repository bundles the following skills:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;CAD&lt;/strong&gt;: Creates and edits CAD models with STEP output plus STL, 3MF, and GLB export.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CAD Viewer&lt;/strong&gt;: Provides local browser previews of CAD and robot files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;step.parts&lt;/strong&gt;: Sources off-the-shelf STEP components such as screws, bearings, and motors.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DXF&lt;/strong&gt;: Generates 2D drawings from Python or CAD geometry.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;URDF/SRDF&lt;/strong&gt;: Writes robot structure and MoveIt planning files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;G-code&lt;/strong&gt;: Slices meshes into G-code using real slicer command-line tools.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>