AA

afterxleep/agents

Developer tools
67 stars 품질 55 트렌드 55

This is a repository of prompts, instructions, and skills I often use with AI coding agents.

개요

This is a repository of prompts, instructions, and skills I often use with AI coding agents. It is a personal toolbox for getting agents to work in a consistent way across projects. Some files are broad engineering rules, some are focused prompt workflows, and some are reusable skills for specific tools, platforms, or kinds of work. - are task-specific instructions I can paste into an agent when I want it to follow a particular workflow. - are standing rules for how I want agents to write code, test changes, handle errors, and organize work. - are reusable, focused guides for specialized tasks. They give an agent a narrower operating mode, such as Swift concurrency work, SwiftUI refactoring, or pixel-perfect UI implementation. - - General engineering standards for agents. Covers code style, testing, error handling, mocks, fixtures, dependencies, security, documentation, and git hygiene. - - A project-specific companion file for repo-level context, structure, and workflow rules.

README

Agents

This is a repository of prompts, instructions, and skills I often use with AI coding agents.

It is a personal toolbox for getting agents to work in a consistent way across projects. Some files are broad engineering rules, some are focused prompt workflows, and some are reusable skills for specific tools, platforms, or kinds of work.

What This Is

  • Prompts are task-specific instructions I can paste into an agent when I want it to follow a particular workflow.
  • Instructions are standing rules for how I want agents to write code, test changes, handle errors, and organize work.
  • Skills are reusable, focused guides for specialized tasks. They give an agent a narrower operating mode, such as Swift concurrency work, SwiftUI refactoring, or pixel-perfect UI implementation.

What’s Here

  • AGENTS.md - General engineering standards for agents. Covers code style, testing, error handling, mocks, fixtures, dependencies, security, documentation, and git hygiene.
  • PROJECT.md - A project-specific companion file for repo-level context, structure, and workflow rules.
  • SWIFT.md - A Swift engineering guide for production codebases. It covers Swift API design, state, persistence, concurrency, testing, error handling, documentation, and related skills.
  • PR-loop.md - A prompt for autonomously triaging open GitHub PRs, handling clean merges, classifying CI failures, and escalating anything that needs human judgment through sub-PRs.
  • skills/ - Reusable skill definitions for focused agent workflows.

Skills

  • lemonsqueezy - Guidance for working with the LemonSqueezy REST API, including orders, subscriptions, customers, license keys, refunds, and store stats.
  • pixel-perfect-design - A workflow for implementing UI from mockups or screenshots with careful attention to spacing, typography, color, hierarchy, and visual verification.
  • swift-concurrency - Guidance for Swift concurrency work, including async/await, actors, tasks, Sendable, @MainActor, Swift 6 migration, and data race fixes.
  • swiftui-performance-audit - A code-first workflow for diagnosing SwiftUI performance issues such as janky scrolling, excessive view updates, layout thrash, high CPU, and memory problems.
  • swiftui-ui-patterns - Practical SwiftUI patterns for building views, screens, navigation, tabs, sheets, state flow, and component composition.
  • swiftui-view-refactor - Rules for cleaning up SwiftUI view files, structuring view code, handling dependencies, and using Observation safely.

How I Use It

I copy or reference the relevant files when setting up an agent for a project:

  • Use AGENTS.md for general coding behavior.
  • Use SWIFT.md for Swift-heavy projects.
  • Use a specific skill when the task needs specialized guidance.
  • Use PR-loop.md when I want an agent to babysit pull requests.

The goal is not to make this universal or perfect. The goal is to keep the instructions explicit, reusable, and easy to change when something stops working.

Skill Installer

This repo includes a small terminal app for installing skills into local agent skill folders. Full docs are in agents_skills/README.md.

bin/agents-skills install

The install flow shows the skills in skills/, lets you select them with checkboxes, asks for confirmation, then installs the selected skills into:

  • ~/.codex/skills
  • ~/.claude/skills
  • ~/.pi/skills
  • ~/.gemini/skills

To reinstall repo skills that are already present in any agent folder:

bin/agents-skills update

Useful non-interactive commands:

bin/agents-skills list
bin/agents-skills install --all --yes
bin/agents-skills install swift-standards engineering-standards --yes

Author

Built by Daniel Bernal.

View this README on GitHub

추천 도구

다른 키워드를 입력하거나 필터를 제거해 보세요.

설치

npx skillfish add afterxleep/agents