Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
figma-analyze-frame
Analyze a Figma frame's structure, properties, and implementation considerations
TheBushidoCollective/han 129
-
create
Create a new ClickUp task interactively
TheBushidoCollective/han 129
-
start
Start work on a ClickUp task (transition to In Progress)
TheBushidoCollective/han 129
-
search
Search for ClickUp tasks
TheBushidoCollective/han 129
-
comment
Add a comment to a ClickUp task
TheBushidoCollective/han 129
-
my-tasks
Show all ClickUp tasks assigned to you
TheBushidoCollective/han 129
-
task
Get detailed information about a specific ClickUp task
TheBushidoCollective/han 129
-
complete
Mark a ClickUp task as complete after validating checklist
TheBushidoCollective/han 129
-
validate
Validate checklist items for a ClickUp task without changing status
TheBushidoCollective/han 129
-
incident-response
Manage incident response workflow with Sentry alerts and issue tracking
TheBushidoCollective/han 129
-
investigate-errors
Investigate recent errors and exceptions in your Sentry projects
TheBushidoCollective/han 129
-
query-events
Run custom queries on Sentry events and issues with advanced filtering
TheBushidoCollective/han 129
-
analyze-performance
Analyze performance metrics and identify slow transactions in Sentry
TheBushidoCollective/han 129
-
check-releases
Check release health and compare error rates across deployments
TheBushidoCollective/han 129
-
ecto-schema-patterns
Use when defining data structures using Ecto schemas including fields, associations, embedded schemas, and schema metadata. Use for modeling domain data in Elixir applications.
TheBushidoCollective/han 129
-
ecto-changesets
Use when validating and casting data with Ecto changesets including field validation, constraints, nested changesets, and data transformation. Use for ensuring data integrity before database operations.
TheBushidoCollective/han 129
-
ecto-schemas
Use when defining and working with Ecto schemas including field types, associations, and embedded schemas. Use when modeling database entities in Elixir.
TheBushidoCollective/han 129
-
ecto-query-patterns
Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.
TheBushidoCollective/han 129
-
ink-layout-styling
Use when creating terminal layouts with Ink using Flexbox-based positioning and styling for CLI applications.
TheBushidoCollective/han 129
-
ink-hooks-state
Use when managing state and side effects in Ink applications using React hooks for terminal UIs.
TheBushidoCollective/han 129
-
ink-component-patterns
Use when building terminal UIs with Ink component patterns for React-based CLI applications.
TheBushidoCollective/han 129
-
effect-error-handling
Use when Effect error handling patterns including catchAll, catchTag, either, option, and typed errors. Use for handling expected errors in Effect applications.
TheBushidoCollective/han 129
-
effect-resource-management
Use when Effect resource management patterns including Scope, addFinalizer, scoped effects, and automatic cleanup. Use for managing resources in Effect applications.
TheBushidoCollective/han 129
-
effect-concurrency
Use when Effect concurrency patterns including fibers, fork, join, parallel execution, and race conditions. Use for concurrent operations in Effect applications.
TheBushidoCollective/han 129