Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
policyengine-us-data
US survey data enhancement - CPS with PUF imputation patterns and cross-repo variable workflows.
Triggers: "CPS", "Current Population Survey", "PUF", "Public Use File", "US data", "US microdata", "enhanced CPS", "policyengine-us-data", "cross-repo", "FINANCIAL_SUBSET"
PolicyEngine/policyengine-claude 26
-
business-intelligence
BI tools, dashboards, and enterprise analytics platforms
pluginagentmarketplace/custom-plugin-data-analyst 1
-
databases-sql
SQL database querying, optimization, and data management for analytics
pluginagentmarketplace/custom-plugin-data-analyst 1
-
visualization
Data visualization design, tools, and storytelling for impactful analytics presentations
pluginagentmarketplace/custom-plugin-data-analyst 1
-
data-analytics-foundations
Core data analytics concepts, Excel/Google Sheets fundamentals, and data collection techniques
pluginagentmarketplace/custom-plugin-data-analyst 1
-
advanced-analytics
Advanced analytics including machine learning, predictive modeling, and big data techniques
pluginagentmarketplace/custom-plugin-data-analyst 1
-
statistics
Statistical analysis methods, hypothesis testing, and probability for data analytics
pluginagentmarketplace/custom-plugin-data-analyst 1
-
career-development
Data analyst career development, portfolio building, and professional growth strategies
pluginagentmarketplace/custom-plugin-data-analyst 1
-
reporting
Automated reporting and business intelligence delivery
pluginagentmarketplace/custom-plugin-data-analyst 1
-
excel
Advanced Excel and spreadsheet analytics techniques
pluginagentmarketplace/custom-plugin-data-analyst 1
-
data-cleaning
Data cleaning, preprocessing, and quality assurance techniques
pluginagentmarketplace/custom-plugin-data-analyst 1
-
python-analytics
Python data analysis with pandas, numpy, and analytics libraries
pluginagentmarketplace/custom-plugin-data-analyst 1
-
programming
Python and R programming for data analysis, automation, and reproducible analytics
pluginagentmarketplace/custom-plugin-data-analyst 1
-
understanding-konflux-resources
Use when user asks about Konflux resources, Custom Resources, Applications, Components, Snapshots, IntegrationTestScenarios, ReleasePlans, ReleasePlanAdmissions, or namespace placement. Provides quick reference for what Konflux resources are, who creates them, and where they belong (tenant vs managed namespace).
konflux-ci/skills 7
-
working-with-provenance
Use when tracing Konflux builds from image references, finding build logs from artifacts, or verifying source commits for container images - extracts provenance attestations to navigate from images back to builds and source code
konflux-ci/skills 7
-
navigating-github-to-konflux-pipelines
Use when GitHub PR or branch has failing checks and you need to find Konflux pipeline information (cluster, namespace, PipelineRun name). Teaches gh CLI commands to identify Konflux checks (filter out Prow/SonarCloud), extract PipelineRun URLs from builds and integration tests, and parse URLs for kubectl debugging.
konflux-ci/skills 7
-
self-test-skill-invocation
Use when user asks to "test skill invocation framework" or mentions "canary skill test". This is a self-test skill to verify the test framework correctly loads and invokes skills.
konflux-ci/skills 7
-
Konflux is a build tool
Use this skill to query Konflux objects from the Kubernetes cluster. Konflux objects are application, component, pipelinerun, taskrun, snapshot and release. The skill can be used to query logs from failed or removed pipelines and pods.
konflux-ci/skills 7
-
debugging-pipeline-failures
Use when Konflux pipelines fail, are stuck, timeout, or show errors like ImagePullBackOff. Covers PipelineRun failures, TaskRun issues (Pending, Failed, stuck Running), build errors, and systematic debugging of Tekton pipeline problems using kubectl and logs.
konflux-ci/skills 7
-
temporal-cli
Master Temporal CLI workflow management with smart query building, payload decoding, and history filtering using temporal, base64, and jq
eantyshev/temporal-cli-mcp 6
-
dbcli-interactive
Interactive SQL mode for 30+ databases using DbCli. Provides REPL environment for exploratory queries, rapid prototyping, and database administration. Includes safety prompts before dangerous operations (UPDATE/DELETE/DROP). Use when user wants interactive database session.
tteamtm/dbcli 7
-
dbcli-exec
Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations. Use when user needs to modify data, insert records, update fields, or delete rows. Always create backups first.
tteamtm/dbcli 7
-
dbcli-export-schema
Export database schema objects (procedures, functions, triggers, views, indexes) as SQL scripts for backup
tteamtm/dbcli 7
-
dbcli-compare
Compare results of two SQL queries to verify if they produce identical data. Checks structure, record count, and data content using MINUS/EXCEPT operations. Use when user needs to validate query equivalence, compare view logic, verify refactoring, or check data consistency.
tteamtm/dbcli 7