.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/open-metadata/openmetadata
home/skills/open-metadata/openmetadata
open-metadata avatar

open-metadata/openmetadata

19 skills

View on GitHub
$npx skills add open-metadata/openmetadata
SkillInstalls
code-reviewUse to review code changes with a two-stage process - first checking spec/requirements compliance, then code quality. Works on staged changes, branches, or PRs.—connector-auditDeep reliability audit for OpenMetadata connectors — runs 7 investigation prompts (metadata, errors, auth, lineage, scale, synthesis, implementation) against…—connector-buildingBuild a new OpenMetadata connector from scratch — scaffold JSON Schema, Python boilerplate, and AI context using schema-first architecture with code generation…—connector-reviewReview an OpenMetadata connector against golden standards. Runs multi-agent analysis covering architecture, code quality, type safety, testing, and…—connector-standardsLoad all OpenMetadata connector development standards into context. Use before building or reviewing connectors to ensure consistent patterns.—java-checkstyleRun `mvn spotless:apply` to fix Java checkstyle / formatting failures and verify the result.—openmetadata-workflowMeta-skill loaded at session start. Directs Claude to check for applicable OpenMetadata skills before starting any task.—planningUse when starting a non-trivial feature, refactor, or multi-file change.—playwrightGenerate robust, zero-flakiness Playwright E2E tests following OpenMetadata patterns.—playwright-validationUse when validating UI changes in a branch require Playwright E2E testing.—pr-checklistUse when opening or finalizing a GitHub PR for OpenMetadata. Walks through the repo PR template — linked issue, high-level design (for big PRs),…—systematic-debuggingUse when debugging a failing test, build error, or runtime issue that isn't immediately obvious.—tddUse when implementing new features or fixing bugs to enforce test-driven development.—test-enforcementUse after implementing any feature or fix to ensure comprehensive test coverage.—test-locallyBuild and deploy a full local OpenMetadata stack with Docker to test your connector in the UI.—ui-checkstyleRun the ESLint + Prettier + organize-imports sequence that CI's `UI Checkstyle` jobs (`lint-src`, `lint-playwright`, `lint-core-components`) run — on just the…—ui-core-componentsUse when writing or editing React/TSX in `openmetadata-ui/src/main/resources/ui/src/` or `openmetadata-ui-core-components/`, before reaching for a raw `<div>`…—verificationUse before claiming any task is complete. Requires running actual verification commands and showing evidence — no "should work" claims without proof.—writing-playwright-testsUse when writing new Playwright E2E tests or adding test cases.—