Back to categories
Category

Agent Skills in category: Uncategorized

72242 skills match this category. Browse curated collections and explore related Agent Skills.

bug-researcher

>

pcortes
pcortes
0

code-quality-analyst

>

pcortes
pcortes
0

coder

>

pcortes
pcortes
0

feature-spec-author

>

pcortes
pcortes
0

feature-spec-critic

>

pcortes
pcortes
0

feature-spec-moderator

>

pcortes
pcortes
0

fix-planner

>

pcortes
pcortes
0

issue-creator

>

pcortes
pcortes
0

issue-validator

>

pcortes
pcortes
0

open-source-librarian

>

pcortes
pcortes
0

qa-behavioral-tester

>

pcortes
pcortes
0

qa-contract-validator

>

pcortes
pcortes
0

qa-orchestrator

>

pcortes
pcortes
0

qa-regression-scanner

>

pcortes
pcortes
0

feature-recovery

>

pcortes
pcortes
0

refactor-critic

>

pcortes
pcortes
0

refactor-moderator

>

pcortes
pcortes
0

root-cause-analyzer

>

pcortes
pcortes
0

feature-verifier

>

pcortes
pcortes
0

complexity-gate

>

pcortes
pcortes
0

issue-splitter

>

pcortes
pcortes
0

n8n-setup

|

visccyberacct
visccyberacct
0

data-pipeline

|

p988744
p988744
0

executing-plans

|

p988744
p988744
0

finetune-llm

|

p988744
p988744
0

llm-coach

|

p988744
p988744
0

llm-knowledge

|

p988744
p988744
0

task-manager

|

p988744
p988744
0

writing-plans

|

p988744
p988744
0

ralph

Create and run Ralph loops for structured AI-driven development. Triggered by "create a ralph loop for X" or "ralph plan for X". Uses interview to clarify requirements, expert review via rp-cli, creates phased task plans, and executes in YOLO mode.

carmandale
carmandale
0

advanced-workflows

Multi-tool orchestration patterns for BK operations

blueraai
blueraai
103

knowledge-search

Use when the user asks about libraries, frameworks, dependencies, API references, implementation details, or needs code examples from third-party packages. Activates for library API questions, dependency errors, framework configuration, or code generation involving external packages.

blueraai
blueraai
103

search-optimization

Optimize BK search with intent, detail level, and store filtering

blueraai
blueraai
103

statusline

Install or update the bluera-knowledge statusline module

blueraai
blueraai
103

store-lifecycle

Create, index, and manage BK stores

blueraai
blueraai
103

when-to-query

When to use BK vs Grep/Read for current project

blueraai
blueraai
103

dev-terminal

Terminal/PTY automation with persistent sessions. Use to run and interact with TUI applications, debug terminal apps, automate CLI workflows, or any terminal interaction. Trigger phrases include "run the TUI", "start the app", "debug the terminal", "interact with", "send keys", "what's on screen".

parkerhancock
parkerhancock
1

notes

Search, browse, create, and delete Apple Notes. Use when user asks about notes, wants to find something in notes, create a new note, or delete notes.

cardmagic
cardmagic
41

e3

East Execution Engine (e3) - durable dataflow execution for East programs. Use when: (1) Authoring e3 packages with @elaraai/e3 (e3.input, e3.task, e3.package, e3.export), (2) Running e3 CLI commands (e3 repo create, e3 start, e3 watch, e3 get, e3 set), (3) Working with workspaces and packages, (4) Content-addressable caching and dataflow execution.

elaraai
elaraai
1

east-node-io

I/O platform functions for the East language on Node.js. Use when writing East programs that need SQL databases (SQLite, PostgreSQL, MySQL), NoSQL databases (Redis, MongoDB), S3 storage, file transfers (FTP, SFTP), file format parsing (XLSX, XML), or compression (Gzip, Zip, Tar). Triggers for: (1) Writing East programs with @elaraai/east-node-io, (2) Database operations with SQL.SQLite, SQL.Postgres, SQL.MySQL, NoSQL.Redis, NoSQL.MongoDB, (3) Cloud storage with Storage.S3, (4) File transfers with Transfer.FTP, Transfer.SFTP, (5) Format parsing with Format.XLSX, Format.XML, (6) Compression with Compression.Gzip, Compression.Zip, Compression.Tar.

elaraai
elaraai
1

east-node-std

Node.js platform functions for the East language. Use when writing East programs that need Console I/O, FileSystem operations, HTTP Fetch requests, Cryptography, Time operations, Path manipulation, Random number generation, or Testing. Triggers for: (1) Writing East programs with @elaraai/east-node-std, (2) Using platform functions like Console.log, FileSystem.readFile, Fetch.get, Crypto.uuid, Time.now, Path.join, Random.normal, (3) Testing East code with describeEast and Assert.

elaraai
elaraai
1

east-py-datascience

Data science and machine learning platform functions for the East language (TypeScript types). Use when writing East programs that need optimization (MADS, Optuna, SimAnneal, Scipy, Optimization, GoogleOr), machine learning (XGBoost, LightGBM, NGBoost, Torch MLP, Lightning, GP), Bayesian inference (PyMC), simulation (Simulation DES), ML utilities (Sklearn preprocessing, metrics, splits), conformal prediction (MAPIE), or model explainability (SHAP). Triggers for: (1) Writing East programs with @elaraai/east-py-datascience, (2) Derivative-free optimization with MADS, (3) Bayesian optimization with Optuna, (4) Discrete/combinatorial optimization with SimAnneal, (5) Gradient boosting with XGBoost or LightGBM, (6) Probabilistic predictions with NGBoost or GP, (7) Neural networks with Torch MLP or Lightning, (8) Data preprocessing and metrics with Sklearn, (9) Conformal prediction intervals with MAPIE, (10) Model explainability with Shap, (11) Iterative coordinate descent with Optimization, (12) Constraint programming, vehicle routing, LP/MIP, or graph algorithms with GoogleOr, (13) Bayesian regression, hierarchical models, and multi-layer estimation with PyMC, (14) Economic ontology simulation via discrete event simulation with Simulation.

elaraai
elaraai
1

east-ui

UI component definitions for the East language. Use when building UIs with @elaraai/east-ui. Triggers for: (1) Creating UI components with Stack, Box, Grid, Card, Text, Button, (2) Building forms with Input, Select, Checkbox, Switch, Slider, (3) Displaying data with Table, DataList, Chart, Badge, Tag, Stat, (4) Using overlays like Dialog, Drawer, Popover, Tooltip, Menu, (5) Working with UIComponentType, (6) Styling with variants (FontWeight, TextAlign, ColorScheme, Size).

elaraai
elaraai
1

east

East programming language - a statically typed, expression-based language embedded in TypeScript. Use when writing East programs with @elaraai/east. Triggers for: (1) Writing East functions with East.function() or East.asyncFunction(), (2) Defining types (IntegerType, StringType, ArrayType, StructType, VariantType, etc.), (3) Using platform functions with East.platform() or East.asyncPlatform(), (4) Compiling East programs with East.compile(), (5) Working with East expressions (arithmetic, collections, control flow), (6) Serializing East IR with .toIR() and EastIR.fromJSON(), (7) Standard library operations (formatting, rounding, generation).

elaraai
elaraai
1

pdf-processor

Extracts text and tables from PDF documents. Use when working with PDF files or when the user needs document analysis.

intent-solutions-io
intent-solutions-io
1

warning-example

I am a skill that has some quality issues but is technically valid.

intent-solutions-io
intent-solutions-io
1

benchmark-and-perf

Measure, compare, and improve eo-processor performance safely. Use when adding/changing Rust compute kernels, refactoring hot paths, or making performance claims. Provides a repeatable benchmark protocol with correctness checks, profiling hints, and reporting guidelines.

eo-processor maintainers
eo-processor maintainers
1

docs-and-release

Keep documentation, versioning, and release artifacts consistent for eo-processor. Use when changing public APIs, adding features, updating performance claims, or preparing a release (align README/QUICKSTART/docs, stubs, changelog, and pyproject/Cargo versions).

eo-processor maintainers
eo-processor maintainers
1

examples-and-smoke-tests

Create and maintain runnable examples under examples/ for onboarding and smoke testing. Use when adding/changing public APIs, when you need a quick “does it work end-to-end?” script, or when updating examples/README.md to match the current eo-processor API.

eo-processor maintainers
eo-processor maintainers
1

project-intake

Build a fast, accurate mental model of the eo-processor repo and the user’s task. Use when starting work, when requirements are unclear, or before making multi-file changes (Rust+PyO3+Python packaging/tests/docs).

eo-processor maintainers
eo-processor maintainers
1

Page 1118 of 1445 · 72242 results