Skip to main content
CodySwannGT
GitHub 创作者资料

CodySwannGT

按仓库查看 8 个 GitHub 仓库中的 1,408 个已收集 skills。

已收集 skills
1,408
仓库
8
更新
2026年8月28日
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

lisa-implement
未分类

This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the…

2026年8月28日
lisa-implement
未分类

any non-trivial request —…

2026年8月28日
lisa-implement
未分类

This skill should be used for any non-trivial request — features, bugs, stories, epics, spikes, or multi-step tasks. It accepts a ticket URL (Jira, Linear, GitHub), a file path containing a spec, or a plain-text prompt. It assembles an agent team, breaks the…

2026年8月28日
lisa-repair-intake
未分类

Vendor-agnostic repair scanner — the recovery counterpart to lisa-intake. Finds work that got stuck or was left half-closed across the same queues lisa-intake serves (Notion / Confluence / Linear / GitHub PRDs; JIRA / GitHub / Linear build queues): items left…

2026年8月28日
lisa-repair-intake
未分类

Vendor-agnostic repair scanner…

2026年8月28日
lisa-repair-intake
未分类

Vendor-agnostic repair scanner — the recovery counterpart to lisa-intake. Finds work that got stuck or was left half-closed across the same queues lisa-intake serves (Notion / Confluence / Linear / GitHub PRDs; JIRA / GitHub / Linear build queues): items left…

2026年8月28日
lisa-setup-remote-env
未分类

Provision and verify a remote execution environment for a host project — Codex Cloud today, other remote surfaces as they are added. Generates a repository-owned setup script that installs the declared toolchain, materializes secrets through…

2026年8月28日
lisa-setup-remote-env
未分类

Provision and verify a remote…

2026年8月28日
已展示 8 / 888 个已收集 Skill。
acceptance-criteria
软件质量保证分析师与测试员

Acceptance criteria definition. Gherkin user flows (Given/When/Then), error states, UX concerns, and empirical verification from the user perspective.

2026年6月28日
action-controller-best-practices
软件开发工程师

Build or Refactor large Rails controller files into clean, maintainable code. Use when a controller action exceeds ~10 lines, a controller has custom non-RESTful actions, or when the user asks to refactor, slim down, clean up, or organize a Rails controller.…

2026年6月28日
active-record-model-best-practices
软件开发工程师

Best practices for Ruby on Rails models, splitting code into well-organized, maintainable code. Use when a model exceeds ~100 lines, has mixed responsibilities, or when the user asks to refactor, extract, clean up, or organize a Rails model. Applies patterns:…

2026年6月28日
agent-design-best-practices
其他计算机职业

Best practices for designing Claude Code agent files (.claude/agents/*.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of…

2026年6月28日
analyze-claude-remote
网络与计算机系统管理员

Audit whether the current repository can run as a Claude Code remote routine (cloud session). Read-only analysis that inventories what Lisa AND the host project need to configure or build in the cloud environment — external CLIs/binaries to install,…

2026年6月28日
atlassian-access
软件开发工程师

Vendor-neutral access layer for Atlassian (JIRA + Confluence). Every jira-* and confluence-* skill MUST delegate through this skill rather than calling Atlassian directly. Resolves a substrate per operation, binding JIRA writes to the configured cloudId via…

2026年6月28日
atomic-design-gluestack
网页与数字界面设计师

Enforces atomic design methodology (atoms, molecules, organisms, templates, pages) for React Native/Expo projects using Gluestack UI. This skill should be used when creating new components, validating existing component organization, reviewing component…

2026年6月28日
automation-status
网络与计算机系统管理员

Read-only operator surface for the current project's Lisa automation fleet. Resolves the expected recurring jobs from the same setup-automations contract Lisa uses to create them, inspects the active runtime scheduler (Codex automations or Claude /schedule),…

2026年6月28日
已展示 8 / 207 个已收集 Skill。
atomic-design-gluestack
网页与数字界面设计师

Enforces atomic design methodology (atoms, molecules, organisms, templates, pages) for React Native/Expo projects using Gluestack UI. This skill should be used when creating new components, validating existing component organization, reviewing component…

2026年7月6日
building-native-ui
软件开发工程师

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

2026年7月6日
harper-auth
软件开发工程师

This skill should be used when adding or debugging Harper (HarperDB/Fabric) authentication and authorization - roles.yaml, user and role Operations API calls, Basic auth, JWT operation tokens, exported-resource permissions, and Resource context.user checks.…

2026年7月6日
harper-rest-queries
软件开发工程师

This skill should be used when building or debugging Harper (HarperDB/Fabric) REST collection queries and Resource search methods - filters, FIQL comparison operators, OR/grouping, select, sort, limit/offset pagination, relationship traversal, request…

2026年7月6日
jira-evidence
软件开发工程师

Upload evidence to GitHub pr-assets release, update PR description, upload attachments to JIRA, post comment, and move ticket to the configured review status only when `jira.workflow.review` is set (otherwise leave it in `claimed`). Reusable by any skill that…

2026年7月6日
lisa-acceptance-criteria
项目管理专家

Acceptance criteria definition. Gherkin user flows (Given/When/Then), error states, UX concerns, and empirical verification from the user perspective.

2026年7月6日
lisa-agent-design-best-practices
其他计算机职业

Best practices for designing Claude Code agent files (.claude/agents/*.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of…

2026年7月6日
lisa-analyze-claude-remote
网络与计算机系统管理员

Audit whether the current repository can run as a Claude Code remote routine (cloud session). Read-only analysis that inventories what Lisa AND the host project need to configure or build in the cloud environment — external CLIs/binaries to install,…

2026年7月6日
已展示 8 / 169 个已收集 Skill。
已展示 8 / 124 个已收集 Skill。
已展示 8 / 11 个已收集 Skill。
ops-check-logs
软件开发工程师

Check application logs from local Docker Compose or remote AWS CloudWatch environments. Supports local, staging, and production targets.

2026年5月28日
ops-deploy
软件开发工程师

Deploy the Your Project Rails application to staging or production. Supports local builds via bin/deploy-staging and CI/CD via branch pushes.

2026年5月28日
ops-run-local
软件开发工程师

Manage the local Docker Compose development environment. Supports start, stop, restart, and status operations.

2026年5月28日
ops-verify-jobs
软件开发工程师

Verify that Solid Queue background jobs are running properly. Checks worker health, recurring job execution, and optionally triggers a test job to prove end-to-end processing. Supports local, staging, and production targets.

2026年5月28日
ops-verify-telemetry
软件开发工程师

Verify that OpenTelemetry traces are being collected and exported to X-Ray. Check trace health, find slow requests, investigate errors, and view service dependencies.

2026年5月28日
action-mailer-best-practices
软件开发工程师

Best practices for Rails Action Mailer. Use when writing new mailers, refactoring existing mailers, or when a mailer has inline business logic, missing previews, synchronous delivery, or mixed responsibilities. Applies patterns - single-responsibility…

2026年3月11日
active-job-best-practices
软件开发工程师

Best practices for Rails Active Job with Solid Queue. Use when writing new background jobs, refactoring existing jobs, or when a job has mixed responsibilities, inline business logic, non-idempotent design, or missing error handling. Applies patterns -…

2026年3月11日
已展示 8 / 8 个仓库
已展示全部仓库