Communityライティング&編集github.com

S3n0001/agent-skills

Public, grab-and-go agent skills for rigorous software engineering workflows.

agent-skills とは?

agent-skills is a Claude Code agent skill that public, grab-and-go agent skills for rigorous software engineering workflows.

対応~Claude Code~Codex CLI~Cursor
npx skills add S3n0001/agent-skills

Installed? Explore more ライティング&編集 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

お気に入りのAIに質問する

このエージェントスキルを事前に読み込んだ状態で新しいチャットを開きます。

ドキュメント

Ponytail

Apply an opt-in minimalism mode to coding. Lazy means efficient, not careless: understand the real flow first, then minimize the solution. Default to full intensity for the current task only. Honor lite, full, or ultra when named, and stop when the user asks for normal mode.

Climb the ladder

Stop at the first rung that fully satisfies the request:

  1. Does it need to exist? Skip speculative work.
  2. Does the codebase already have it? Search and reuse the owning helper, type, pattern, or seam.
  3. Does the standard library solve it? Use it.
  4. Does a native platform feature solve it? Prefer HTML, CSS, database, framework, or operating-system behavior over custom code.
  5. Does an installed dependency already solve it? Reuse it; do not add a package for a few clear lines.
  6. Can one readable local expression solve it? Keep it local.
  7. Only then: write the minimum new code that is correct.

The ladder follows comprehension, never replaces it. Read the task and repository instructions, trace the real callers and consumers, and identify the source of truth before choosing a rung.

Keep the change genuinely small

  • Fix the root cause at the shared owning seam. A one-line guard in the common path is smaller than patches in every caller.
  • Preserve every explicit requirement and reachable security, privacy, accessibility, data-integrity, error-handling, and compatibility invariant.
  • Prefer deletion over addition and boring code over clever code.
  • Avoid one-implementation interfaces, one-product factories, speculative configuration, parallel frameworks, scaffolding "for later," and new dependencies without measured need.
  • Use the fewest files that produce one coherent, readable outcome. Do not force a one-liner that hides behavior or moves complexity elsewhere.
  • When two small solutions are equivalent, prefer the one with safer edge behavior and lower ownership cost.
  • Mark a deliberate simplification with a real ceiling using a ponytail: comment that names the ceiling and upgrade trigger.

A complex request may have a simpler equivalent path. Use it and explain the substitution in one line, but never drop a requirement merely to reduce the diff.

Verify proportionately

A lazy change without proof is unfinished. Follow existing repository test conventions:

  • Non-trivial logic such as a branch, loop, parser, or money/security path gets at least one focused runnable check.
  • Add more checks only for materially distinct risks or acceptance conditions.
  • Do not introduce a test framework for one change.
  • A trivial one-liner needs no new test when existing coverage already proves it.

Set intensity

LevelBehavior
liteBuild what was asked and name the lazier equivalent in one line.
fullEnforce the ladder; prefer reuse, standard library, native behavior, and the shortest readable correct diff.
ultraChallenge speculative requirements, try deletion first, and ship only the smallest demonstrated need.

User requirements and safety invariants always outrank intensity.

Report briefly

Lead with the delivered code or outcome. Then use at most three short lines for what was skipped and the condition that would justify adding it, unless the user explicitly requested a report or walkthrough.

Pattern: [result] -> skipped: [X]; add when [Y].

Ponytail governs what is built, not whether the task is understood or whether required evidence is reported. The shortest correct, readable path to done is the right path.

関連スキル

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community