Agent Skills catalog · page 159
Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.
- Current page
- 159/209
- Entries on page
- 24
- URL status
- Self-canonical
objectstack-ai/objectstack
objectstack-automation
Design ObjectStack automation — Flows (visual logic), Triggers, Approvals, state machines, scheduled jobs, and webhooks. Use when the user is adding `*.flow.ts`, wiring an event-driven rule, or modelling an approval chain. Do not use for data lifecycle hooks at the object layer (see objectstack-data) or for kernel / plugin events (see objectstack-platform). CEL expressions in flow conditions / edge guards: load objectstack-formula alongside.
wanghao9610/STAR
star-refs-reviewer
Literature review and related work: per-paper analysis notes plus a verified reference.bib. Builds an auditable base — 5–10 close papers read into notes, plus a classified reference.bib of ≥50 verified entries. No argument finds the method in metds/ and runs the full pass, resuming if metds/refs/ exists; a PLAN_NAME or topic scopes the search; `verify` re-fetches and diffs every entry; `organize` re-classifies the bib; `synthesize` compiles the notes into a related-work narrative; `survey` reads
wanghao9610/STAR
star-refs-reviewer
Build an auditable related-work base: 5–10 close papers read into per-paper analysis notes, plus a classified reference.bib of ≥50 verified entries. No argument finds the method in metds/ and runs the full pass, resuming if metds/refs/ exists; a PLAN_NAME or topic scopes the search; `verify` re-fetches and diffs every entry; `organize` re-classifies the bib; `synthesize` compiles the notes into a related-work narrative; `survey` reads a topic in tiers into its own file; `score` refreshes the imp
wanghao9610/STAR
star-refs-reviewer
Build an auditable related-work base: 5–10 close papers read into analysis notes, plus a classified reference.bib of ≥50 entries. No argument runs the full pass, resuming; a PLAN_NAME or topic scopes it; `verify`, `organize`, `synthesize`, `survey`, `score` and `add` are narrower passes. Every bib field is transcribed from a record fetched in-run, its source URL logged. Use when the user runs star-refs-reviewer, or wants a literature review or reference.bib. Bilingual (en/zh).
wanghao9610/STAR
star-refs-reviewer
Build an auditable related-work base: 5–10 close papers read into per-paper analysis notes, plus a classified reference.bib of ≥50 verified entries. No argument finds the method in metds/ and runs the full pass, resuming if metds/refs/ exists; a PLAN_NAME or topic scopes the search; `verify` re-fetches and diffs every entry; `organize` re-classifies the bib; `synthesize` compiles the notes into a related-work narrative; `survey` reads a topic in tiers into its own file; `score` refreshes the imp
wanghao9610/STAR
star-refs-reviewer
Build an auditable related-work base: 5–10 close papers read into per-paper analysis notes, plus a classified reference.bib of ≥50 verified entries. No argument finds the method in metds/ and runs the full pass, resuming if metds/refs/ exists; a PLAN_NAME or topic scopes the search; `verify` re-fetches and diffs every entry; `organize` re-classifies the bib; `synthesize` compiles the notes into a related-work narrative; `survey` reads a topic in tiers into its own file; `score` refreshes the imp
Fmarzochi/EGC
laravel-tdd
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
objectstack-ai/objectstack
objectstack-ai
Design ObjectStack AI skills, tools, knowledge sources, conversations, model registry entries, and MCP integrations. Use when the user is adding `*.skill.ts` / `*.tool.ts`, configuring an LLM provider, wiring agent tools, or indexing ObjectStack data as a knowledge source for RAG. Agents themselves are platform-internal (`ask` / `build`) — third parties extend them via skills and tools, not by authoring `*.agent.ts`. Do not use for general LLM prompting questions unrelated to ObjectStack metadat
objectstack-ai/objectstack
objectstack-data
Design ObjectStack data schemas — objects, fields, field conditional rules, relationships, validations, indexes, lifecycle hooks, permissions, row-level security — and the seeds (`defineSeed()`) that load fixtures and reference data alongside them. Use when the user is creating or modifying `*.object.ts` / `*.seed.ts` files, picking field types, modelling relationships, writing `beforeInsert`/`afterUpdate` hooks, configuring per-object access control, or authoring bootstrap / demo data. Use for
objectstack-ai/objectstack
objectstack-query
Construct ObjectQL queries — filters, sorting, pagination, aggregation, relation expansion, and full-text search. Use when the user is writing a query DSL expression, picking pagination strategy, or designing a list view's filter spec. Do not use for defining objects / fields / relationships (see objectstack-data) or for designing the API endpoint that exposes a query (see objectstack-api).
Fmarzochi/EGC
python-testing
Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.
Fmarzochi/EGC
search-first
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Systematizes the "search for existing solutions before implementing" approach. Use when starting new features or adding functionality.
Fmarzochi/EGC
skill-stocktake
Use when auditing Gemini skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.
Fmarzochi/EGC
autonomous-loops
Patterns and architectures for autonomous Gemini Code loops: from simple sequential pipelines to RFC-driven multi-agent DAG systems.
Fmarzochi/EGC
dart-flutter-patterns
Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.
ubie-oss/n8n-cli
n8n-cli-operations
Build and operation support for n8n-cli. Guides remote status checks, imports, dry-runs, apply, and linter execution. Auto-build recommended for new sessions.
Fmarzochi/EGC
plankton-code-quality
Write-time code quality enforcement using Plankton: auto-formatting, linting, and Gemini-powered fixes on every file edit via hooks.
wanghao9610/STAR
star-code-architect
Set up or reorganize the project codebase (${CODE_NAME}/, from .env) so plan code has a home. An empty tree scores reference implementations on GitHub, clones the pick, strips its history, rebrands it; existing code is surveyed read-only. Both design a target architecture, migrate only approved changes, and write metds/codearc.md. Use when the user runs star-code-architect, wants a starter codebase, or wants ${CODE_NAME}/ scaffolded or refactored. Bilingual (en/zh).
wanghao9610/STAR
star-env-builder
Build and verify the project's Python runtime so plan execution has a working interpreter. Reads .env: a valid CONDA_HOME creates conda env ENV_NAME (argument, default CODE_NAME); otherwise a .venv in the root. An existing environment is never deleted — after confirmation it is renamed to a dated backup first. Dependencies come from the first source that has them: existing CODE_NAME/requirements* → packaging metadata (pyproject / setup.py / environment.yml) → import scan of the code, written out
wanghao9610/STAR
star-env-builder
Build and verify the project's Python runtime so plan execution has a working interpreter. Reads .env: a valid CONDA_HOME creates conda env ENV_NAME (argument, default CODE_NAME); otherwise a .venv in the root. An existing environment is never deleted — after confirmation it is renamed to a dated backup first. Dependencies come from the first source that has them: existing CODE_NAME/requirements* → packaging metadata (pyproject / setup.py / environment.yml) → import scan of the code, written out
Fmarzochi/EGC
customs-trade-compliance
Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when handling customs clearance, tariff classification, trade compliance, import/export documentation, or duty optimization.
Fmarzochi/EGC
frontend-slides
Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.
Fmarzochi/EGC
golang-patterns
Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.
Fmarzochi/EGC
hermes-imports
Convert local Hermes operator workflows into sanitized EGC skills and release-pack artifacts. Use when preparing a Hermes workflow for public EGC reuse without leaking private workspace state, credentials, or local-only paths.