Agentic Engineering Skills

67 workflow skills that orchestrate agents, tools, and knowledge for complex multi-step tasks.

Agentic engineering is more than writing code with AI. It is a structured methodology where skills orchestrate agents, tools, and institutional knowledge into repeatable workflows — built on Claude Code and the Model Context Protocol (MCP). Each skill encodes a multi-step process — from feature brainstorming to production deployment — so the same quality bar applies whether it is your first project or your hundredth. The compound engineering lifecycle drives every feature through five stages: brainstorm, plan, implement, review, and compound. Each stage feeds the next. Brainstorming captures decisions. Planning creates architecture. Implementation follows the plan. Review catches what implementation missed. Compounding documents what you learned so the next cycle starts stronger. 67 skills are available across workflow orchestration, content creation, deployment, code review, and more — collectively forming a complete AI workflow automation suite for solo founders. Browse the categories below to see how each skill fits into the lifecycle.

Content & Release

20 skills
Content & Release

campaign-calendar

Generating or refreshing the rolling campaign calendar

Content & Release

changelog

Creating changelogs for recent merges to main

Content & Release

community

Managing community presence across platforms (Discord, GitHub, X/Twitter, Bluesky, LinkedIn, Hacker News)

Content & Release

compound

Documenting a recently solved problem to compound your team's knowledge.

Content & Release

compound-capture

Capturing solved problems as categorized documentation with YAML frontmatter for fast lookup

Content & Release

content-writer

Generating full article drafts with brand-consistent voice, Eleventy frontmatter, and structured data

Content & Release

deploy-docs

Validating the documentation build and preparing for GitHub Pages deployment

Content & Release

discord-content

Creating and posting community content to Discord

Content & Release

every-style-editor

Reviewing or editing copy for adherence to Every's style guide

Content & Release

feature-video

This skill should be used to record video walkthroughs of features for PR descriptions

Content & Release

file-todos

Managing the file-based todo tracking system in the todos/ directory

Content & Release

gemini-imagegen

Generating or editing images using the Gemini API

Content & Release

growth

Performing content strategy analysis, keyword research, content auditing, content gap analysis, or AI agent consumability auditing

Content & Release

legal-audit

Auditing existing legal documents for compliance gaps, outdated clauses, missing disclosures, and cross-document consistency

Content & Release

legal-generate

Generating draft legal documents for a project or company

Content & Release

release-announce

Announcing a new release

Content & Release

release-docs

Updating documentation metadata after adding or removing plugin components

Content & Release

seo-aeo

Auditing, fixing, or validating SEO and AEO (AI Engine Optimization) for Eleventy documentation sites

Content & Release

social-distribute

Distributing a blog article across social platforms (Discord, X/Twitter, IndieHackers, Reddit, Hacker News, LinkedIn)

Content & Release

triage

Triaging legacy local todo files in todos/

Development

11 skills
Development

agent-native-architecture

Designing agent-native applications where agents are first-class citizens

Development

agent-native-audit

Conducting a scored agent-native architecture review

Development

andrew-kane-gem-writer

Writing Ruby gems following Andrew Kane's patterns

Development

atdd-developer

Implementing features using Acceptance Test Driven Development

Development

dhh-rails-style

Writing Ruby and Rails code in DHH's 37signals style -- REST purity, fat models, thin controllers, Current attributes, and Hotwire patterns

Development

docs-site

Scaffolding a Markdown-based documentation site using Eleventy

Development

dspy-ruby

Working with DSPy.rb, a Ruby framework for type-safe, composable LLM applications.

Development

frontend-design

Creating distinctive, production-grade frontend interfaces

Development

skill-creator

Creating, refining, or auditing Claude Code Skills

Development

spec-templates

Creating structured feature specifications and task tracking documents

Development

user-story-writer

Decomposing feature requirements into granular, implementable user stories

Review & Planning

10 skills
Review & Planning

architecture

Managing Architecture Decision Records or C4 diagrams.

Review & Planning

brainstorm

Exploring requirements and approaches through collaborative dialogue before planning implementation.

Review & Planning

brainstorm-techniques

Implementing features or making changes

Review & Planning

competitive-analysis

Running competitive intelligence scans against tracked competitors, or auditing a peer skill-library repo via peer-plugin-audit

Review & Planning

deepen-plan

Enhancing an existing plan with parallel research agents for each section.

Review & Planning

heal-skill

A skill has incorrect SKILL.md instructions, outdated API references, or wrong parameters discovered during execution

Review & Planning

plan

Transforming feature descriptions into well-structured project plans following conventions.

Review & Planning

plan-review

Having multiple specialized agents review a plan in parallel

Review & Planning

product-roadmap

Roadmapping.

Review & Planning

review

Performing exhaustive code reviews using multi-agent analysis, ultra-thinking, and worktrees.

Workflow

21 skills
Workflow

agent-browser

Automating browser interactions via Vercel's agent-browser CLI

Workflow

archive-kb

Archiving completed knowledge-base artifacts (brainstorms, plans, specs) to their archive/ subdirectories with timestamp prefixes and git history preservation.

Workflow

deploy

Deploying containerized applications to remote servers

Workflow

fix-issue

This skill should be used to attempt an automated single-file fix for a GitHub issue

Workflow

git-worktree

Managing Git worktrees for isolated parallel development

Workflow

merge-pr

Merging a feature branch to main with automatic conflict resolution and cleanup.

Workflow

one-shot

Running the full autonomous engineering workflow from plan to merged PR.

Workflow

postmerge

Verifying a merged PR deployed correctly and production is healthy.

Workflow

preflight

Running pre-ship checks on migrations, security headers, and lockfiles.

Workflow

qa

Running functional QA before merge.

Workflow

rclone

Uploading, syncing, or managing files across cloud storage providers using rclone

Workflow

reproduce-bug

Reproducing and investigating a bug using logs, console inspection, and browser screenshots

Workflow

resolve-parallel

Resolving all TODO comments in the codebase using parallel processing

Workflow

resolve-pr-parallel

Resolving all PR comments using parallel processing

Workflow

resolve-todo-parallel

Resolving all pending CLI todos from the todos/ directory using parallel processing

Workflow

schedule

Creating, listing, or deleting scheduled agent tasks via GitHub Actions cron workflows

Workflow

ship

Preparing a feature for production deployment

Workflow

test-browser

Running end-to-end browser tests on pages affected by a PR or branch changes

Workflow

test-fix-loop

Autonomously iterating on test failures until all tests pass

Workflow

work

Executing work plans efficiently while maintaining quality and finishing features.

Workflow

xcode-test

Building and testing iOS apps on the simulator using XcodeBuildMCP

Uncategorized

5 skills
Uncategorized

admin-ip-refresh

This skill should be used to refresh the prod SSH allowlist (Doppler ADMIN_IPS) after operator IP rotation

Uncategorized

drain-labeled-backlog

Draining a labeled issue backlog (deferred-scope-out, code-review, type/security) in one cleanup PR

Uncategorized

kb-search

Searching the knowledge base for files matching keywords or YAML frontmatter facets (tag, category) across domains.

Uncategorized

pencil-setup

Pencil MCP tools are unavailable and need installation

Uncategorized

ux-audit

Auditing live web-platform UI for decay

Frequently Asked Questions

What is a Soleur skill?

A skill is a multi-step automated workflow that orchestrates agents, tools, and knowledge to complete complex tasks. Skills encode repeatable processes — from feature brainstorming to production deployment — so every project follows the same quality bar.

How do I run a Soleur skill?

Run /soleur:go and describe what you need. Soleur classifies your intent and routes to the right skill automatically. You can also invoke skills directly via the Skill tool in Claude Code for precise control.

What is the compound engineering lifecycle?

The compound engineering lifecycle is a 5-stage workflow — brainstorm, plan, implement, review, compound — where each stage feeds the next. Brainstorming captures decisions, planning creates architecture, implementation follows the plan, review catches issues, and compounding documents learnings.

How many skills does Soleur have?

Soleur includes 67 workflow skills spanning feature development, code review, deployment, content creation, legal generation, competitive analysis, and more. New skills are added continuously as workflows are identified and automated.

Stay in the loop

Monthly updates about Soleur — new agents, skills, and what we're building next.