Skip to main content
apache
Perfil de criador do GitHub

apache

Visão por repositório de 295 skills coletadas em 53 repositórios do GitHub.

skills coletadas
295
repositórios
53
atualizado
30 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
magpie
72 skills · 25 de ago. de 2026
Desenvolvedores de softwareEspecialistas em gestão de projetosOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de segurança da informação
6 categorias ocupacionais · 92% classificado
24%participação
#02
doris-skills
15 skills · 20 de ago. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorArquitetos de banco de dados
3 categorias ocupacionais · 93% classificado
5,1%participação
#03
beam
13 skills · 19 de ago. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 85% classificado
4,4%participação
#04
pinot
13 skills · 12 de mai. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computador
3 categorias ocupacionais · 100% classificado
4,4%participação
#05
tika
12 skills · 27 de ago. de 2026
classificação pendente
4,1%participação
#06
cassandra
10 skills · 9 de jun. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
3,4%participação
#07
airflow
9 skills · 18 de ago. de 2026
Desenvolvedores de softwareEspecialistas em gestão de projetosOutras ocupações de informática
3 categorias ocupacionais · 89% classificado
3,1%participação
#08
skywalking
9 skills · 16 de jun. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
3,1%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

magpie-pr-management-code-review
sem classificação

Walk a maintainer through deep, sequential code review of open pull requests on the configured `<upstream>` repo. Defaults to the **"my reviews"** queue (the union of five maintainer signals — see the Inputs table); selectors can narrow to a single PR, an…

25 de ago. de 2026
magpie-write-skill
sem classificação

Author a new skill for the Apache Magpie framework, or update an existing one. Walks the user through the framework's skill shape (frontmatter, resources, placeholder convention, prompt-injection defences, Privacy-LLM gate-check) and validates via the…

23 de ago. de 2026
magpie-report-framework-issue
sem classificação

Help an adopter or framework developer file a clean, redacted GitHub issue against the Apache Magpie framework repo when a skill, tool, or doc misbehaves. It gathers the problem from the user — never from the raw session transcript — then runs a mandatory…

17 de ago. de 2026
magpie-security-cve-allocate
sem classificação

Walk a security team member through allocating a CVE for an `<tracker>` tracking issue (governance-gated per `governance.cve_allocation_gate`). Prints the configured `<cve-tool>` allocation URL, waits for the allocated CVE ID, then updates the tracker in…

17 de ago. de 2026
magpie-license-compliance-audit
sem classificação

Read-only license compliance audit for one repository or a local checkout. Checks that a LICENSE file exists, that a NOTICE file is present and complete when required by the declared license, and that source files carry SPDX-License-Identifier headers…

17 de ago. de 2026
magpie-ci-runner-audit
Desenvolvedores de software

Read-only audit of GitHub Actions workflow runner compatibility for one repository, an explicit repository set, one Apache project with multiple repositories, or the full Apache GitHub org. Finds obsolete GitHub-hosted runner labels and macOS runner/tool…

17 de ago. de 2026
magpie-list-skills
Desenvolvedores de software

Print a human-readable index of every skill in this repository, grouped by family prefix (`pr-management`, `security`, `setup`, …) with each skill's name and the first sentence of its `description`. The listing is generated on every run from the live…

17 de ago. de 2026
magpie-pr-management-triage
sem classificação

Sweep open pull requests on the configured `<upstream>` repo, classify each one against the project's quality criteria, propose a disposition, and — on the maintainer's confirmation — carry out the action via `gh`. Disposition options per PR: draft / comment…

17 de ago. de 2026
Mostrando 8 de 72 skills coletadas.
doris-repo-review
sem classificação

Given a PR URL (`/doris-repo-review https://github.com/apache/doris/pull/66807`), first check whether the current directory's branch and commit match that PR, and if they do not, align the current directory to the PR head without disturbing local work (refuse…

20 de ago. de 2026
doris-debug-cloud
Administradores de redes e sistemas de computador

Use for Doris storage-compute separation (cloud mode) issues: meta-service latency, cache miss storms, object store throughput, and shared-nothing config conflicts in compute groups.

24 de jul. de 2026
doris-debug-compaction
Desenvolvedores de software

Use for Doris -235 / too many versions and compaction lag. Error raised in RowsetBuilder::check_tablet_version_count when version_count > max_tablet_version_num (default 2000) or meta serialize size limit.

24 de jul. de 2026
doris-debug-data-lake
Desenvolvedores de software

Use for Doris external catalog issues: Hive/Iceberg/Paimon/Hudi query failures, metadata refresh, filesystem S3/HDFS connectivity, external MV rewrite misses.

24 de jul. de 2026
doris-debug-import
Desenvolvedores de software

Use for Doris Stream/Broker/Routine Load issues and Group Commit async_mode WAL pile-up. Tunables: table group_commit_interval_ms / group_commit_data_bytes; BE group_commit_insert_threads, group_commit_wal_path, group_commit_wal_max_disk_limit.

24 de jul. de 2026
doris-debug-node
Desenvolvedores de software

Use for Doris FE/BE OOM, crash, or false Alive. BE: MemTrackerLimiter lines in be.WARNING; FE: JVM heap / jstack. Distinguish heartbeat Alive from query/brpc serving health.

24 de jul. de 2026
doris-debug-query
Desenvolvedores de software

Use for Apache Doris slow/hanging/timeout queries. Covers FE planner (Nereids timeout), BE Profile bottlenecks, and Exchange WaitForData / brpc E1008 on port 8060. Session vars: enable_profile, query_timeout, nereids_timeout_second.

24 de jul. de 2026
doris-debug-resource-isolation
Desenvolvedores de software

Use for Doris Workload Group / resource tag queue starvation, CPU/memory isolation leaks, and workload policy debugging. Commands: SHOW WORKLOAD GROUPS, EXPLAIN resource.

24 de jul. de 2026
Mostrando 8 de 15 skills coletadas.
beam-concepts
sem classificação

Explains core Apache Beam programming model concepts including PCollections, PTransforms, Pipelines, and Runners. Use when learning Beam fundamentals or explaining pipeline concepts.

19 de ago. de 2026
contributing
sem classificação

Guides the contribution workflow for Apache Beam, including creating PRs, issue management, code review process, and release cycles. Use when contributing code, creating PRs, or understanding the contribution process.

19 de ago. de 2026
developing-new-io-connectors
Desenvolvedores de software

End-to-end guide on developing new Apache Beam I/O connectors correctly, including core IO transforms, SchemaTransforms, URN proto definitions, Managed API integration, cross-language expansion service, and testing.

11 de jun. de 2026
io-connectors
Desenvolvedores de software

Guides development and usage of I/O connectors in Apache Beam. Use when working with I/O connectors, creating new connectors, or debugging data source/sink issues.

11 de jun. de 2026
yaml-development
Desenvolvedores de software

Guides YAML SDK development in Apache Beam, including environment setup, testing, and key concepts. Use when working with Beam YAML code in sdks/python/apache_beam/yaml/.

19 de mai. de 2026
adding-new-metadata
Desenvolvedores de software

Guide on how to add and propagate new metadata fields in Apache Beam's WindowedValue, extending protos, windmill persistence, and runner interfaces to avoid metadata loss.

30 de abr. de 2026
runners
Desenvolvedores de software

Guides understanding and working with Apache Beam runners (Direct, Dataflow, Flink, Spark, etc.). Use when configuring pipelines for different execution environments or debugging runner-specific issues.

30 de abr. de 2026
beam-dofn-modernizer
Desenvolvedores de software

Rewrite Apache Beam DoFn methods (@ProcessElement, @OnTimer, @OnWindowExpiration) to remove legacy ProcessContext or OnTimerContext usage. Use this skill when you encounter DoFn methods that use context.element(), context.output(), etc., and need to modernize…

23 de abr. de 2026
Mostrando 8 de 13 skills coletadas.
bench-compare
Desenvolvedores de software

Run a Pinot JMH benchmark twice — once on a baseline commit, once with the current changes — and report both sets of results side by side. Uses a git worktree so the user's working tree is never disturbed.

12 de mai. de 2026
flaky-analyze
Analistas de garantia de qualidade de software e testadores

Pull recent GitHub Actions failures for a Pinot test class and analyze whether they share a root cause. Uses the gh CLI. Surfaces stack traces, failure patterns, and a candidate hypothesis — does not auto-fix.

12 de mai. de 2026
precommit
Analistas de garantia de qualidade de software e testadores

Run Pinot's mandatory pre-commit checks (spotless, license, checkstyle) and compiler warning checks on only the modules affected by the current diff. Auto-fixes what it can, reports what it can't.

12 de mai. de 2026
quickstart
Administradores de redes e sistemas de computador

Launch a local Pinot quickstart cluster (batch, hybrid, streaming, upsert, etc.) with the right script, building the binary distribution first if needed.

12 de mai. de 2026
review-architecture
Desenvolvedores de software

Review Apache Pinot diffs for architectural concerns — module boundaries, SPI vs. impl separation, circular deps, misplaced logic (broker code in server, server code in controller), abstraction choice (interface vs. abstract class), plugin layering, and…

12 de mai. de 2026
review-concurrency-state
Desenvolvedores de software

Review Apache Pinot diffs for concurrency, state management, visibility, atomic state transitions, lock changes, Helix IdealState updates, upsert metadata safety, consumer/stream ingestion races, and shared-observer correctness. Trigger keywords —…

12 de mai. de 2026
review-config-backcompat
Desenvolvedores de software

Review Apache Pinot diffs for configuration and backward-compatibility risks. Covers config key renames, SPI signature changes, schema/enum additions, feature-flag defaults, multi-level config override validation, rolling-upgrade safety, REST/JSON/Protobuf…

12 de mai. de 2026
review-correctness-nulls
Desenvolvedores de software

Review Apache Pinot diffs for correctness issues — null handling, type dispatch, numeric precision (INT/LONG/BIG_DECIMAL), exhaustive switch coverage for DataType / IndexType, resource leaks in close/destroy paths, off-by-one errors in row iteration, and…

12 de mai. de 2026
Mostrando 8 de 13 skills coletadas.
tika-eval-compare
sem classificação

Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".

27 de ago. de 2026
development
sem classificação

Ground rules for working in the Tika codebase — git policy, Maven wrapper/repo conventions, building and testing specific modules, code and test conventions, pre-commit checks. Load at session start for any Tika development task.

27 de ago. de 2026
feature-workflow
sem classificação

Taking a multi-PR feature from "shape unknown" to merged without five review rounds per PR: spike until interfaces stop moving, write the contract, cut PRs along contract seams, one review per PR. Use when starting a feature that touches more than one…

27 de ago. de 2026
metadata-schema
sem classificação

Working with tika-metadata-schema, the build-gated registry of Tika metadata keys — regeneration after Property changes, gate tests, naming conventions, post-rename sweeps. Use when adding or renaming metadata keys or when the schema gate fails.

27 de ago. de 2026
oss-fuzz
sem classificação

Run Tika's OSS-Fuzz Jazzer targets locally against a working-tree checkout — build the image, build fuzzers from local source, fuzz a target, run a corpus as a regression pass, reproduce a crash, and add seeds. Use for "fuzz the OneNote parser", "run…

27 de ago. de 2026
pr-review
sem classificação

Review of a PR, branch, or your own uncommitted work across eight dimensions — security, correctness, test coverage, API/compatibility, usability, documentation, code quality, performance. Sizes the diff, reviews inline or fans out reviewers off a shared…

27 de ago. de 2026
tika-eval-encoding-regression
sem classificação

Condensed tika-eval pattern for charset-detector regression hunts ("A picks encoding X, B picks Y") using one build and two configs — encoding-pair flip queries, OOV/languageness/FFFD signals, per-file detector attribution.

27 de ago. de 2026
tika-eval-h2-query
sem classificação

Query the tika-eval H2 database directly for counts and joins the canned reports do not compute — connection gotchas, key tables, example queries. Use when the xlsx/summary.md reports are not enough.

27 de ago. de 2026
Mostrando 8 de 12 skills coletadas.
bug-archaeology
Desenvolvedores de software

Mine bug patterns from any git repository. Discovers bug-fix commits via git log heuristics, analyzes each in parallel with subagents, writes individual analysis files, and synthesizes a generalized PATTERNS.md with repo-specific details stripped. Invoke…

9 de jun. de 2026
cassandra-injvm-dtest
Analistas de garantia de qualidade de software e testadores

Comprehensive guide for writing Apache Cassandra in-JVM distributed tests (dtests). Use when creating tests that simulate multi-node Cassandra clusters within a single JVM for faster integration testing. Covers cluster creation (single-node, multi-node,…

9 de jun. de 2026
deep-review
Analistas de garantia de qualidade de software e testadores

Deep file-focused code review for correctness bugs. Unlike shallow-review which runs 6 specialists in parallel across the entire patch, deep-review focuses on user-specified files with full pattern catalogs (500+ patterns), codebase investigation, and…

9 de jun. de 2026
heatmap
Analistas de garantia de qualidade de software e testadores

Use git heatmap analysis to identify high-churn files and lines as candidates for thorough review or bug hunting. Works for PR reviews, security audits, bug hunts, or any code analysis task.

9 de jun. de 2026
mega-review
Analistas de garantia de qualidade de software e testadores

Multi-pass deep code review for large patches (1000+ LOC) that maximizes real bug detection. Orchestrates targeted-review, shallow-review, and deep-review in parallel across all HIGH and MEDIUM risk files and commits: understands the feature holistically,…

9 de jun. de 2026
patch-explainer
Analistas de garantia de qualidade de software e testadores

Deep code analysis with ASCII visualizations showing structure, flow, and state transitions. Use when analyzing patches/diffs, explaining classes or subsystems, understanding code architecture, reviewing changes for inconsistencies, or when asked to visualize…

9 de jun. de 2026
shallow-review
Analistas de garantia de qualidade de software e testadores

Shallow (quick) ensemble bug-finding review using 6 specialist agents in parallel. Each specialist reviews the same patch through a different lens: Logic & Types, Boundaries & I/O, Concurrency & State, Resources & Serialization, Absence Analysis, and API…

9 de jun. de 2026
targeted-review
Analistas de garantia de qualidade de software e testadores

Findings-driven targeted code review. Understands the patch via patch-explainer and surrounding code via codebase-analysis, then consults a catalog of bug patterns (~11 categories under references/categories/). Picks only categories whose diff-signals match…

9 de jun. de 2026
Mostrando 8 de 10 skills coletadas.
airflow-translations
sem classificação

Add or update translations for the Apache Airflow UI. Guides through setting up locales, scaffolding translation files, translating with locale-specific guidelines, and validating results. Use when working with i18n tasks in…

18 de ago. de 2026
prepare-providers-documentation
Desenvolvedores de software

Replace the manual commit-by-commit classification step in `breeze release-management prepare-provider-documentation` with AI-driven classification. For each provider with pending changes, analyze every PR (batched into one sub-agent per provider, not one per…

13 de ago. de 2026
upgrade-fab-provider
Desenvolvedores de software

Upgrade the pinned Flask-AppBuilder (FAB) dependency in the Apache Airflow FAB provider (`providers/fab/`). Bumps the exact `flask-appbuilder==` pin and its mirror constant, regenerates `uv.lock`, drives the `test_fab_alignment.py` drift tripwire, reviews the…

11 de jul. de 2026
magpie-setup
Outras ocupações de informática

Adopt and maintain the apache-magpie framework in a project repo via the snapshot-based adoption mechanism. The only framework skill committed in an adopter's repo; every other skill is a symlink the adopt sub-action wires up. Sub-actions: `/magpie-setup` -…

11 de jul. de 2026
airflow-java-sdk
Desenvolvedores de software

Guide for contributing to the Airflow Java SDK (AIP-108). Use this skill whenever a contributor is working in the `java-sdk/` directory or on the Java coordinator in `task-sdk/src/airflow/sdk/coordinators/java/` — whether they want to add a feature, write…

22 de jun. de 2026
airflow-new-sdk
Desenvolvedores de software

Guide for implementing a brand-new language SDK for Airflow (AIP-108). Use this skill when a contributor wants to add support for a new programming language — designing the Python coordinator, implementing the wire protocol in the target language, writing the…

22 de jun. de 2026
aip-user-stories
Especialistas em gestão de projetos

Generate verified recipe playbooks from AIPs with PR implementations (post mode), or speculative user stories from AIPs without implementations (pre mode). Use when the user provides an AIP URL or AIP content, optionally with PR URLs and file paths.

7 de jun. de 2026
aip-tracker
Desenvolvedores de software

Track Airflow Improvement Proposal (AIP) implementation progress by comparing Confluence specs against codebase evidence. Use when asked to assess, report on, or compare AIP status.

5 de jun. de 2026
Mostrando 8 de 9 skills coletadas.
gh-pull-request
Desenvolvedores de software

Verify, commit, and push changes on a PR branch. Runs pre-flight checks (compile, checkstyle, license headers) before every push. Also creates the PR if one doesn't exist yet.

16 de jun. de 2026
new-monitoring-feature
Desenvolvedores de software

Add a new monitoring target / layer to SkyWalking OAP. Orients you to the OAL / MAL / LAL / SpanListener / SegmentListener extension points, the UI template + submodule touchpoints, the docs set that must move together, and the cross-cutting traps that don't…

30 de abr. de 2026
run-e2e
Analistas de garantia de qualidade de software e testadores

Run SkyWalking E2E tests locally

21 de abr. de 2026
package
Desenvolvedores de software

Rebuild the SkyWalking distribution and OAP Docker image after source changes. Use before running e2e tests so the image reflects your code changes. Avoids the "image looks updated but runtime has stale jars" trap.

19 de abr. de 2026
ci-e2e-debug
Analistas de garantia de qualidade de software e testadores

Download and inspect CI e2e test logs from GitHub Actions artifacts. Use when investigating e2e test failures in CI.

16 de abr. de 2026
generate-classes
Desenvolvedores de software

Generate bytecode classes from DSL scripts (MAL, OAL, LAL, Hierarchy). Runs the compiler and dumps .class files for inspection.

2 de abr. de 2026
compile
Desenvolvedores de software

Build SkyWalking OAP server, run javadoc checks, and verify checkstyle. Use to validate changes before submitting a PR.

6 de mar. de 2026
license
Desenvolvedores de software

Check and fix Apache 2.0 license headers and dependency licenses using skywalking-eyes. Use before submitting a PR.

6 de mar. de 2026
Mostrando 8 de 9 skills coletadas.
dubbo-admin-console-api
Desenvolvedores de software

Implements and reviews dubbo-admin Console API changes. Use when the user asks about HTTP endpoints, Gin routes, handlers, request or response models, console services, error handling, API pagination, or the handler to service to manager to store flow under…

10 de mai. de 2026
dubbo-admin-discovery
Desenvolvedores de software

Implements and reviews dubbo-admin registry discovery changes. Use when the user asks about Zookeeper or Nacos discovery, ListAndWatch, informers, discovery factories, discovery subscribers, ServiceProviderMetadata or ServiceConsumerMetadata processing, or…

10 de mai. de 2026
dubbo-admin-domain
Outras ocupações de informática

Routes dubbo-admin architecture questions to the right domain skill. Use for cross-module questions, end-to-end flows, subsystem boundaries, or deciding whether runtime, discovery, engine, events, store, Console API, or frontend guidance applies. Prefer a…

10 de mai. de 2026
dubbo-admin-engine
Desenvolvedores de software

Implements and reviews dubbo-admin resource engine changes. Use when the user asks about runtime infrastructure discovery, engine factories, Kubernetes or mock engine ListWatchers, RuntimeInstance informers, RuntimeInstanceEventSubscriber, engine leader…

10 de mai. de 2026
dubbo-admin-events
Desenvolvedores de software

Implements and reviews dubbo-admin EventBus dispatching. Use when the user asks about Event, Emitter, Subscriber, SubscriptionManager, EventBus component registration, Subscribe or Unsubscribe behavior, Send dispatch rules, subscriber ProcessEvent flow,…

10 de mai. de 2026
dubbo-admin-frontend
Desenvolvedores web

Implements and reviews dubbo-admin Vue 3 frontend changes. Use when the user asks about ui-vue3, Vue views or components, frontend routing, route metadata, API clients, Pinia stores, SearchDomain, i18n, layout tabs, traffic rule form design, frontend tests,…

10 de mai. de 2026
dubbo-admin-runtime
Desenvolvedores de software

Implements and reviews dubbo-admin runtime component changes. Use when the user asks about component abstraction, component composition, runtime bootstrap, dependency ordering, registration, lifecycle, startup, shutdown, runtime builder behavior, or…

10 de mai. de 2026
dubbo-admin-store
Desenvolvedores de software

Implements and reviews dubbo-admin resource storage and indexing changes. Use when the user asks about ResourceStore APIs, store routing, memory store behavior, index registration, IndexCondition, ListByIndexes, PageListByIndexes, ByMeshIndex, radix-tree…

10 de mai. de 2026
gradle-developer
Desenvolvedores de software

Expert guide for Gradle 9 builds in apache/grails-core on the 8.0.x line - multi-project topology, convention plugins, BOM platforms, dependency rules, task configuration hygiene, and repo-specific patterns that override generic Gradle docs

5 de ago. de 2026
grails-developer
Desenvolvedores de software

Comprehensive guide for current Grails development, covering web applications, REST APIs, GORM, controllers, services, views, plugins, and testing with Spock and Geb

2 de ago. de 2026
groovy-developer
Desenvolvedores de software

Expert guide for Groovy 5 development, covering concise syntax, closures, DSLs, metaprogramming, static compilation, and integration with Java 21 and Grails

2 de ago. de 2026
java-developer
Desenvolvedores de software

Guide for developing on the Java 21 baseline, including modern features, best practices, and integration with Groovy/Grails projects

5 de jul. de 2026
grails-8-upgrade
Desenvolvedores de software

Guide for upgrading Grails applications from Grails 7.x to Grails 8, covering Java 21, Spring Boot 4.1, Spring Framework 7, dependency management, Micronaut, Jackson 3, Hibernate 7, TagLibs, testing, content negotiation, and validation behavior changes

1 de jul. de 2026
hibernate-developer
Desenvolvedores de software

Guide for working in the grails-data-hibernate7 module, especially Hibernate 7 domain binding, mapping migration, generators, and integration tests. Use this when changing code or tests under grails-data-hibernate7.

18 de jun. de 2026
violation-fixer
Analistas de garantia de qualidade de software e testadores

Guide for running, interpreting, and fixing code style and analysis violations in grails-core using GrailsCodeStylePlugin, GrailsCodeAnalysisPlugin, and GrailsViolationAggregationPlugin — covering CodeNarc, Checkstyle, PMD, SpotBugs, and JaCoCo

1 de jun. de 2026
test-fixer
Analistas de garantia de qualidade de software e testadores

Guide for running, reviewing, and fixing test failures across grails-core modules using Gradle test reports

14 de mai. de 2026
cayenne-cgen
Desenvolvedores de software

Use this skill whenever the user wants to (re)generate Cayenne entity Java classes from a DataMap. Trigger on phrases like 'generate Java classes', 'regenerate entities', 'run cgen', 'create the entity classes', 'why is the Artist class missing fields',…

8 de ago. de 2026
cayenne-runtime
Desenvolvedores de software

Use this skill whenever the user wants to bootstrap Cayenne in a Java application — constructing a CayenneRuntime, wiring a DataSource, configuring connection pools, creating ObjectContexts, or integrating Cayenne with a DI container (Bootique, Spring, plain…

21 de jul. de 2026
cayenne-model-naming
Desenvolvedores de software

Use this skill to clean up Object-layer names in a Cayenne DataMap — ObjEntity, ObjAttribute, and ObjRelationship names, plus DbRelationship names (the first-class unit of relationship cleanup — every FK has one whether or not an ObjRelationship was…

20 de jul. de 2026
cayenne-db-import
Desenvolvedores de software

Use this skill when the user wants to import database schema metadata into a Cayenne DataMap — the *model/mapping only*, not names or Java classes. Trigger on phrases like 'reverse engineer the database', 'import the schema', 'generate a DataMap from my DB',…

18 de jul. de 2026
cayenne-full-db-sync
Desenvolvedores de software

Use this skill when the user wants to bring their WHOLE Cayenne project in line with the database in one shot — the mapping, the Object-layer names, and the generated Java classes together. This is the end-to-end 'sync with the DB' workflow, and it…

18 de jul. de 2026
cayenne-modeling
Desenvolvedores de software

Use this skill whenever the user wants to edit, inspect, or extend the Cayenne ORM model in a project — adding or modifying entities, attributes, relationships, embeddables, named queries, stored procedures, or DataNodes. Trigger on phrases like 'add an…

18 de jul. de 2026
cayenne-modeler
Desenvolvedores de software

Use this skill when the user explicitly wants to open CayenneModeler (the GUI) on a Cayenne project, or when the modeling task is inherently visual — reverse engineering (delegated to cayenne-db-import), bulk relationship layout, multi-entity visual…

25 de mai. de 2026
cayenne-query
Desenvolvedores de software

Use this skill whenever the user wants to write or modify a Cayenne query — fetching entities by criteria, joining, prefetching to avoid N+1, ordering, paginating, aggregating, or running raw SQL through Cayenne. Trigger on phrases like 'query for X', 'fetch…

21 de mai. de 2026
connector-runtime
Desenvolvedores de software

Modify the Apache Iggy Connectors runtime (`core/connectors/runtime/`) - the host process that loads plugins, manages lifecycle, and bridges Apache Iggy streams to plugins via FFI. Use when changing plugin loading, the FFI dispatch, the sink/source manager,…

19 de ago. de 2026
connectors-overview
Desenvolvedores de software

Entry point and index for the Apache Iggy Connectors subsystem (`core/connectors/`). Load this first when working anywhere under `core/connectors/` - runtime, SDK, sinks, sources, or transforms. Routes to the focused per-area skills.

10 de ago. de 2026
connector-testing
Analistas de garantia de qualidade de software e testadores

Write tests for Apache Iggy connectors - sinks, sources, transforms, SDK, runtime. Covers BDD unit-test naming, the canonical source state round-trip tests, and the real-infra integration test layout under `core/integration/tests/connectors/` with…

1 de jun. de 2026
connector-sdk
Desenvolvedores de software

Extend or modify the Apache Iggy Connectors SDK (`core/connectors/sdk/`). Use when adding a new `Schema` variant, a new `StreamDecoder`/`StreamEncoder`, a new `Error` variant, modifying the `Sink`/`Source`/`Transform` trait surface, the FFI macros, or the…

27 de mai. de 2026
connector-sink
Desenvolvedores de software

Author a new Apache Iggy connector sink plugin under core/connectors/sinks/. Sinks consume messages from Apache Iggy streams and push them to an external system (DB, search engine, HTTP endpoint, object store). Load when creating, modifying, or reviewing a…

27 de mai. de 2026
connector-source
Desenvolvedores de software

Author a new Apache Iggy connector source plugin under core/connectors/sources/. Sources poll an external system (DB, API, queue) and produce messages into Apache Iggy streams. Load when creating, modifying, or reviewing a source crate. Use for source plugin…

27 de mai. de 2026
connector-transform
Desenvolvedores de software

Add a new transform under `core/connectors/sdk/src/transforms/`. Transforms mutate, filter, or convert messages between source/encode and decode/sink. Use when adding field-level transforms (add/delete/update/filter), format conversions, envelope unwrapping,…

27 de mai. de 2026
Mostrando 12 de 53 repositórios