Skillsy
    技能库
    文档
    博客
GitHub
安装 CLI
Skillsy

你的个人技能工坊。把重复的工作流程转化为可在 AI Agent 中复用的 Skill。

产品
技能库价格
资源
文档博客CLI 参考
社区
GitHubDiscord
Built with ❤️ Skillsy
© 2024 Skillsy, All rights reserved
隐私政策服务条款

发现 AI Agent 技能

浏览并安装 Skills 来增强你的 AI Agent 能力。从文档创建到代码审查,找到适合你工作流的技能。

revise-agents-md

by

Capture useful learnings from the current Codex session and propose concise updates to AGENTS.md files. Use near the end of a session, or when the user asks to revise AGENTS.md, capture project instructions, record missing context, update Codex project memory, or save recurring commands, workflows, gotchas, testing approaches, environment quirks, or codebase conventions discovered while working.

中级
skillsy install jaesung-jung/foldericonmaker@revise-agents-md
v1·0 downloads

agents-md-improver

by

Audit and improve AGENTS.md files in repositories. Use when user asks to check, audit, update, improve, or fix AGENTS.md files. Scans for all AGENTS.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "AGENTS.md maintenance" or "Codex project instructions".

中级
skillsy install jaesung-jung/foldericonmaker@agents-md-improver
v1·0 downloads

tuist-generated-projects

by

Guides day-to-day work in Tuist-generated Xcode workspaces, including generation, build and test commands, and buildable folders. Use when working in a Tuist-generated project or when users mention `tuist generate`, `xcodebuild test`, or generated workspaces.

中级
skillsy install jaesung-jung/foldericonmaker@tuist-generated-projects
v1·0 downloads

tuist-debug-generated-project

by

Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected project behavior.

中级
skillsy install jaesung-jung/foldericonmaker@tuist-debug-generated-project
v1·0 downloads

swiftui

by

Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management, view composition, performance, Liquid Glass adoption, or Instruments `.trace` capture/analysis for hangs, hitches, CPU hotspots, or excessive view updates.

中级
skillsy install jaesung-jung/foldericonmaker@swiftui
v1·0 downloads

swiftui-skill-update

by

Scan Apple's SwiftUI documentation for deprecated APIs and update the SwiftUI skill with modern replacements. Use when asked to "update latest APIs", "refresh deprecated SwiftUI APIs", "check for new SwiftUI deprecations", "scan for API changes", or after a new iOS/Xcode release. Requires the Sosumi MCP to be available.

中级
skillsy install jaesung-jung/foldericonmaker@swiftui-skill-update
v1·0 downloads

swift-testing

by

Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites, debugging flaky tests, or improving test quality and maintainability in Apple-platform or Swift server projects.

中级
skillsy install jaesung-jung/foldericonmaker@swift-testing
v1·0 downloads

swift-concurrency

by

Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.

中级
skillsy install jaesung-jung/foldericonmaker@swift-concurrency
v1·0 downloads

writing-plans

by

Use when you have a spec or requirements for a multi-step task, before touching code

中级
skillsy install jaesung-jung/foldericonmaker@writing-plans
v1·0 downloads

verification-before-completion

by

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

中级
skillsy install jaesung-jung/foldericonmaker@verification-before-completion
v1·0 downloads

using-superpowers

by

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

中级
skillsy install jaesung-jung/foldericonmaker@using-superpowers
v1·0 downloads

using-git-worktrees

by

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

中级
skillsy install jaesung-jung/foldericonmaker@using-git-worktrees
v1·0 downloads

test-driven-development

by

Use when implementing any feature or bugfix, before writing implementation code

中级
skillsy install jaesung-jung/foldericonmaker@test-driven-development
v1·0 downloads

systematic-debugging

by

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

中级
skillsy install jaesung-jung/foldericonmaker@systematic-debugging
v1·0 downloads

subagent-driven-development

by

Use when executing implementation plans with independent tasks in the current session

中级
skillsy install jaesung-jung/foldericonmaker@subagent-driven-development
v1·0 downloads

requesting-code-review

by

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

中级
skillsy install jaesung-jung/foldericonmaker@requesting-code-review
v1·0 downloads

receiving-code-review

by

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

中级
skillsy install jaesung-jung/foldericonmaker@receiving-code-review
v1·0 downloads

finishing-a-development-branch

by

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

中级
skillsy install jaesung-jung/foldericonmaker@finishing-a-development-branch
v1·0 downloads

executing-plans

by

Use when you have a written implementation plan to execute in a separate session with review checkpoints

中级
skillsy install jaesung-jung/foldericonmaker@executing-plans
v1·0 downloads

dispatching-parallel-agents

by

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

中级
skillsy install jaesung-jung/foldericonmaker@dispatching-parallel-agents
v1·0 downloads

brainstorming

by

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

中级
skillsy install jaesung-jung/foldericonmaker@brainstorming
v1·0 downloads

supabase

by

Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).

中级
skillsy install jaesung-jung/foldericonmaker@supabase
v1·0 downloads

supabase-postgres-best-practices

by

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

中级
skillsy install jaesung-jung/foldericonmaker@supabase-postgres-best-practices
v1·0 downloads

zoom-out

by

Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.

中级
skillsy install jaesung-jung/foldericonmaker@zoom-out
v1·0 downloads

triage

by

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

中级
skillsy install jaesung-jung/foldericonmaker@triage
v1·0 downloads

to-prd

by

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

中级
skillsy install jaesung-jung/foldericonmaker@to-prd
v1·0 downloads

to-issues

by

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

中级
skillsy install jaesung-jung/foldericonmaker@to-issues
v1·0 downloads

tdd

by

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

中级
skillsy install jaesung-jung/foldericonmaker@tdd
v1·0 downloads

improve-codebase-architecture

by

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

中级
skillsy install jaesung-jung/foldericonmaker@improve-codebase-architecture
v1·0 downloads

handoff

by

Compact the current conversation into a handoff document for another agent to pick up.

中级
skillsy install jaesung-jung/foldericonmaker@handoff
v1·0 downloads

grill-with-docs

by

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

中级
skillsy install jaesung-jung/foldericonmaker@grill-with-docs
v1·0 downloads

grill-me

by

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

中级
skillsy install jaesung-jung/foldericonmaker@grill-me
v1·0 downloads

diagnose

by

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

中级
skillsy install jaesung-jung/foldericonmaker@diagnose
v1·0 downloads

caveman

by

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

中级
skillsy install jaesung-jung/foldericonmaker@caveman
v1·0 downloads

git-commit

by

Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.

中级
skillsy install jaesung-jung/foldericonmaker@git-commit
v1·0 downloads

gh-pr

by

Draft repository-compliant GitHub pull requests with the `gh` CLI. Use when Codex needs to inspect the current repository's PR template and lint rules, derive a PR from local changes, find related issues or precedent PRs, and create or update a PR with labels discovered from GitHub.

中级
skillsy install jaesung-jung/foldericonmaker@gh-pr
v1·0 downloads

gh-issue

by

Draft repository-compliant GitHub issues with the `gh` CLI. Use when Codex needs to inspect the current repository's issue templates and title rules, classify a request into the repository's supported issue types, and create or update an issue with labels discovered from GitHub.

中级
skillsy install jaesung-jung/foldericonmaker@gh-issue
v1·0 downloads

创建你自己的技能

学习如何构建专为你的工作流量身定制的自定义技能。

阅读指南