<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Skillsheet — skills feed</title>
    <link>https://skillsheet.dev/skills</link>
    <atom:link href="https://skillsheet.dev/rss.xml" rel="self" type="application/rss+xml" />
    <description>New and updated Markdown skill playbooks for coding agents.</description>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Jul 2026 16:22:30 GMT</lastBuildDate>
    <item>
      <title>domain-modularization</title>
      <link>https://skillsheet.dev/skills/domain-modularization</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/domain-modularization</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Organizes code into domain modules (capabilities) instead of only technical layers; splits large files, keeps public vs internal boundaries, and reduces scattered domain logic. Use when restructuring a codebase, planning module layout, refactoring for maintainability, or when navigation and ownership by business capability are unclear.]]></description>
      
    </item>
    <item>
      <title>housekeeping-docs</title>
      <link>https://skillsheet.dev/skills/housekeeping-docs</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/housekeeping-docs</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Keeps repositories tidy and documentation aligned with the real implementation—structure, naming, dead code and temp artifacts, and root docs (README, SPEC, TODO, ARCHITECTURE). Use when the user asks for housekeeping, repo cleanup, doc sync, documentation alignment, hygiene, or maintaining spec-driven project files.]]></description>
      
    </item>
    <item>
      <title>lean-implementation</title>
      <link>https://skillsheet.dev/skills/lean-implementation</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/lean-implementation</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Guides lean, direct implementations by removing redundancy and dead code, avoiding unnecessary abstraction, and favoring readability over cleverness. Use when implementing features, refactoring, simplifying code, removing unused code, or when the user asks for minimal, maintainable, or proportionate solutions.]]></description>
      
    </item>
    <item>
      <title>round-trip-testing</title>
      <link>https://skillsheet.dev/skills/round-trip-testing</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/round-trip-testing</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Verifies processing, migration, and conversion through realistic end-to-end round-trip cases—fixture input, run pipeline, compare to explicit expected output, iterate until stable. Use when validating transforms preserve meaning/structure, when adding migration or format conversion confidence, or when the user mentions round-trip tests, golden files, E2E data processing, or compatibility regressions.]]></description>
      
    </item>
    <item>
      <title>test-to-completion</title>
      <link>https://skillsheet.dev/skills/test-to-completion</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/test-to-completion</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Verifies implemented work with sufficient tests, runs the relevant suites after changes and fixes, and blocks completion until tests pass. Use when implementing features, fixing bugs, refactoring, or when the user asks to finish, ship, or mark work complete; also when tests are missing, failing, or need regression coverage.]]></description>
      
    </item>
    <item>
      <title>ui-backend-integration</title>
      <link>https://skillsheet.dev/skills/ui-backend-integration</link>
      <guid isPermaLink="true">https://skillsheet.dev/skills/ui-backend-integration</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate>
      <description><![CDATA[Wires UI to real application logic and exposes domain capabilities through clear interfaces; handles loading, success, and error states. Use when building or reviewing end-to-end features, removing placeholder UI, surfacing backend capabilities in the UI, connecting forms and APIs, or verifying integrated user flows.]]></description>
      
    </item>
  </channel>
</rss>
