Add 500 AI skill markdown files
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +24 -0
- skills/a-b-testing-models/SKILL.md +29 -0
- skills/a-b-testing-models/agents/openai.yaml +3 -0
- skills/ablation-studies/SKILL.md +29 -0
- skills/ablation-studies/agents/openai.yaml +3 -0
- skills/accent-robustness/SKILL.md +29 -0
- skills/accent-robustness/agents/openai.yaml +3 -0
- skills/accessibility-for-ai-products/SKILL.md +29 -0
- skills/accessibility-for-ai-products/agents/openai.yaml +3 -0
- skills/action-recognition/SKILL.md +29 -0
- skills/action-recognition/agents/openai.yaml +3 -0
- skills/active-learning/SKILL.md +29 -0
- skills/active-learning/agents/openai.yaml +3 -0
- skills/admin-dashboards/SKILL.md +29 -0
- skills/admin-dashboards/agents/openai.yaml +3 -0
- skills/adversarial-prompt-tests/SKILL.md +29 -0
- skills/adversarial-prompt-tests/agents/openai.yaml +3 -0
- skills/agent-evaluation-harnesses/SKILL.md +29 -0
- skills/agent-evaluation-harnesses/agents/openai.yaml +3 -0
- skills/agent-memory-stores/SKILL.md +29 -0
- skills/agent-memory-stores/agents/openai.yaml +3 -0
- skills/agent-trace-analysis/SKILL.md +29 -0
- skills/agent-trace-analysis/agents/openai.yaml +3 -0
- skills/agriculture-ai-workflows/SKILL.md +29 -0
- skills/agriculture-ai-workflows/agents/openai.yaml +3 -0
- skills/ai-admin-controls/SKILL.md +29 -0
- skills/ai-admin-controls/agents/openai.yaml +3 -0
- skills/ai-collaboration-features/SKILL.md +29 -0
- skills/ai-collaboration-features/agents/openai.yaml +3 -0
- skills/ai-disclosure-copy/SKILL.md +29 -0
- skills/ai-disclosure-copy/agents/openai.yaml +3 -0
- skills/ai-feature-scoping/SKILL.md +29 -0
- skills/ai-feature-scoping/agents/openai.yaml +3 -0
- skills/ai-productivity-tools/SKILL.md +29 -0
- skills/ai-productivity-tools/agents/openai.yaml +3 -0
- skills/ai-safety-policy/SKILL.md +29 -0
- skills/ai-safety-policy/agents/openai.yaml +3 -0
- skills/ai-settings-panels/SKILL.md +29 -0
- skills/ai-settings-panels/agents/openai.yaml +3 -0
- skills/ai-user-onboarding/SKILL.md +29 -0
- skills/ai-user-onboarding/agents/openai.yaml +3 -0
- skills/analytics-event-schemas/SKILL.md +29 -0
- skills/analytics-event-schemas/agents/openai.yaml +3 -0
- skills/android-kotlin-apps/SKILL.md +29 -0
- skills/android-kotlin-apps/agents/openai.yaml +3 -0
- skills/annotation-workflows/SKILL.md +29 -0
- skills/annotation-workflows/agents/openai.yaml +3 -0
- skills/anomaly-detection/SKILL.md +29 -0
- skills/anomaly-detection/agents/openai.yaml +3 -0
- skills/answer-citation-checks/SKILL.md +29 -0
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- codex-skills
|
| 5 |
+
- ai
|
| 6 |
+
- machine-learning
|
| 7 |
+
- llm
|
| 8 |
+
- web
|
| 9 |
+
- dataset
|
| 10 |
+
pretty_name: AI Skill MD Dataset
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# AI Skill MD Dataset
|
| 14 |
+
|
| 15 |
+
This Hugging Face Dataset repository contains 500 Codex-style skill folders.
|
| 16 |
+
Each skill has a required `SKILL.md` file and lightweight `agents/openai.yaml` metadata.
|
| 17 |
+
|
| 18 |
+
The repository is intended as a file database of skill definitions only. It is not a Hugging Face Space and contains no app runtime.
|
| 19 |
+
|
| 20 |
+
## Layout
|
| 21 |
+
|
| 22 |
+
- `skills/<skill-name>/SKILL.md`: skill instructions and trigger metadata
|
| 23 |
+
- `skills/<skill-name>/agents/openai.yaml`: UI-facing metadata
|
| 24 |
+
- `skills_index.jsonl`: searchable index of all generated skills
|
skills/a-b-testing-models/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: a-b-testing-models
|
| 3 |
+
description: "Guidance for A B testing models in MLOps. Use when Codex needs to plan, build, review, test, debug, or document work involving A B testing models, mlops, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# A B Testing Models
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for A B testing models.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a MLOps task centered on A B testing models.
|
| 19 |
+
- Version datasets, code, configs, and model artifacts together.
|
| 20 |
+
- Define deploy, monitor, rollback, and incident paths.
|
| 21 |
+
- Automate repeatable training and serving checks.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/a-b-testing-models/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "A B Testing Models"
|
| 2 |
+
short_description: "Work on A B testing models for MLOps."
|
| 3 |
+
default_prompt: "Use this skill to help with A B testing models in MLOps."
|
skills/ablation-studies/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ablation-studies
|
| 3 |
+
description: "Guidance for ablation studies in Research And Scientific AI. Use when Codex needs to plan, build, review, test, debug, or document work involving ablation studies, research and scientific ai, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Ablation Studies
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for ablation studies.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Research And Scientific AI task centered on ablation studies.
|
| 19 |
+
- Preserve provenance, seeds, configs, and environment details.
|
| 20 |
+
- Separate claims, experiments, and evidence.
|
| 21 |
+
- Package artifacts so another researcher can reproduce results.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ablation-studies/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Ablation Studies"
|
| 2 |
+
short_description: "Work on ablation studies for Research And Scientific AI."
|
| 3 |
+
default_prompt: "Use this skill to help with ablation studies in Research And Scientific AI."
|
skills/accent-robustness/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: accent-robustness
|
| 3 |
+
description: "Guidance for accent robustness in Speech And Audio. Use when Codex needs to plan, build, review, test, debug, or document work involving accent robustness, speech and audio, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Accent Robustness
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for accent robustness.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Speech And Audio task centered on accent robustness.
|
| 19 |
+
- Confirm sample rate, channels, codec, and segmentation assumptions.
|
| 20 |
+
- Evaluate latency and word level quality on real audio.
|
| 21 |
+
- Handle noisy, accented, and interrupted speech explicitly.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/accent-robustness/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Accent Robustness"
|
| 2 |
+
short_description: "Work on accent robustness for Speech And Audio."
|
| 3 |
+
default_prompt: "Use this skill to help with accent robustness in Speech And Audio."
|
skills/accessibility-for-ai-products/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: accessibility-for-ai-products
|
| 3 |
+
description: "Guidance for accessibility for AI products in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving accessibility for AI products, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Accessibility For AI Products
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for accessibility for AI products.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on accessibility for AI products.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/accessibility-for-ai-products/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Accessibility For AI Products"
|
| 2 |
+
short_description: "Work on accessibility for AI products for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with accessibility for AI products in AI Product And UX."
|
skills/action-recognition/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: action-recognition
|
| 3 |
+
description: "Guidance for action recognition in Computer Vision. Use when Codex needs to plan, build, review, test, debug, or document work involving action recognition, computer vision, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Action Recognition
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for action recognition.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Computer Vision task centered on action recognition.
|
| 19 |
+
- Inspect images visually before trusting labels.
|
| 20 |
+
- Separate augmentation, preprocessing, and model inference concerns.
|
| 21 |
+
- Measure performance across lighting, scale, occlusion, and device sources.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/action-recognition/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Action Recognition"
|
| 2 |
+
short_description: "Work on action recognition for Computer Vision."
|
| 3 |
+
default_prompt: "Use this skill to help with action recognition in Computer Vision."
|
skills/active-learning/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: active-learning
|
| 3 |
+
description: "Guidance for active learning in Machine Learning. Use when Codex needs to plan, build, review, test, debug, or document work involving active learning, machine learning, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Active Learning
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for active learning.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Machine Learning task centered on active learning.
|
| 19 |
+
- Start with a simple baseline and leakage checks.
|
| 20 |
+
- Keep train, validation, and test boundaries explicit.
|
| 21 |
+
- Report metrics that match the product decision.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/active-learning/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Active Learning"
|
| 2 |
+
short_description: "Work on active learning for Machine Learning."
|
| 3 |
+
default_prompt: "Use this skill to help with active learning in Machine Learning."
|
skills/admin-dashboards/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: admin-dashboards
|
| 3 |
+
description: "Guidance for admin dashboards in Web Engineering. Use when Codex needs to plan, build, review, test, debug, or document work involving admin dashboards, web engineering, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Admin Dashboards
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for admin dashboards.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Web Engineering task centered on admin dashboards.
|
| 19 |
+
- Follow the existing framework, routing, and component patterns.
|
| 20 |
+
- Make loading, empty, error, and mobile states explicit.
|
| 21 |
+
- Verify accessibility and performance before handoff.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/admin-dashboards/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Admin Dashboards"
|
| 2 |
+
short_description: "Work on admin dashboards for Web Engineering."
|
| 3 |
+
default_prompt: "Use this skill to help with admin dashboards in Web Engineering."
|
skills/adversarial-prompt-tests/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: adversarial-prompt-tests
|
| 3 |
+
description: "Guidance for adversarial prompt tests in Prompting And Evaluation. Use when Codex needs to plan, build, review, test, debug, or document work involving adversarial prompt tests, prompting and evaluation, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Adversarial Prompt Tests
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for adversarial prompt tests.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Prompting And Evaluation task centered on adversarial prompt tests.
|
| 19 |
+
- Create representative positive, negative, and adversarial examples.
|
| 20 |
+
- Separate prompt changes from model changes during evaluation.
|
| 21 |
+
- Use measurable rubrics instead of vague quality language.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/adversarial-prompt-tests/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Adversarial Prompt Tests"
|
| 2 |
+
short_description: "Work on adversarial prompt tests for Prompting And Evaluation."
|
| 3 |
+
default_prompt: "Use this skill to help with adversarial prompt tests in Prompting And Evaluation."
|
skills/agent-evaluation-harnesses/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: agent-evaluation-harnesses
|
| 3 |
+
description: "Guidance for agent evaluation harnesses in Agentic AI. Use when Codex needs to plan, build, review, test, debug, or document work involving agent evaluation harnesses, agentic ai, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Agent Evaluation Harnesses
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for agent evaluation harnesses.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Agentic AI task centered on agent evaluation harnesses.
|
| 19 |
+
- Model the workflow state explicitly.
|
| 20 |
+
- Gate risky actions behind user approval or dry runs.
|
| 21 |
+
- Log each tool call, observation, and state transition for review.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/agent-evaluation-harnesses/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Agent Evaluation Harnesses"
|
| 2 |
+
short_description: "Work on agent evaluation harnesses for Agentic AI."
|
| 3 |
+
default_prompt: "Use this skill to help with agent evaluation harnesses in Agentic AI."
|
skills/agent-memory-stores/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: agent-memory-stores
|
| 3 |
+
description: "Guidance for agent memory stores in Agentic AI. Use when Codex needs to plan, build, review, test, debug, or document work involving agent memory stores, agentic ai, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Agent Memory Stores
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for agent memory stores.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Agentic AI task centered on agent memory stores.
|
| 19 |
+
- Model the workflow state explicitly.
|
| 20 |
+
- Gate risky actions behind user approval or dry runs.
|
| 21 |
+
- Log each tool call, observation, and state transition for review.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/agent-memory-stores/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Agent Memory Stores"
|
| 2 |
+
short_description: "Work on agent memory stores for Agentic AI."
|
| 3 |
+
default_prompt: "Use this skill to help with agent memory stores in Agentic AI."
|
skills/agent-trace-analysis/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: agent-trace-analysis
|
| 3 |
+
description: "Guidance for agent trace analysis in Agentic AI. Use when Codex needs to plan, build, review, test, debug, or document work involving agent trace analysis, agentic ai, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Agent Trace Analysis
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for agent trace analysis.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Agentic AI task centered on agent trace analysis.
|
| 19 |
+
- Model the workflow state explicitly.
|
| 20 |
+
- Gate risky actions behind user approval or dry runs.
|
| 21 |
+
- Log each tool call, observation, and state transition for review.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/agent-trace-analysis/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Agent Trace Analysis"
|
| 2 |
+
short_description: "Work on agent trace analysis for Agentic AI."
|
| 3 |
+
default_prompt: "Use this skill to help with agent trace analysis in Agentic AI."
|
skills/agriculture-ai-workflows/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: agriculture-ai-workflows
|
| 3 |
+
description: "Guidance for agriculture AI workflows in Domain AI. Use when Codex needs to plan, build, review, test, debug, or document work involving agriculture AI workflows, domain ai, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Agriculture AI Workflows
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for agriculture AI workflows.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Domain AI task centered on agriculture AI workflows.
|
| 19 |
+
- Confirm domain regulations, workflow owners, and data sensitivity.
|
| 20 |
+
- Keep humans accountable for high impact decisions.
|
| 21 |
+
- Validate outputs with domain specific examples and review paths.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/agriculture-ai-workflows/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Agriculture AI Workflows"
|
| 2 |
+
short_description: "Work on agriculture AI workflows for Domain AI."
|
| 3 |
+
default_prompt: "Use this skill to help with agriculture AI workflows in Domain AI."
|
skills/ai-admin-controls/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-admin-controls
|
| 3 |
+
description: "Guidance for AI admin controls in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI admin controls, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Admin Controls
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI admin controls.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI admin controls.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-admin-controls/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Admin Controls"
|
| 2 |
+
short_description: "Work on AI admin controls for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI admin controls in AI Product And UX."
|
skills/ai-collaboration-features/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-collaboration-features
|
| 3 |
+
description: "Guidance for AI collaboration features in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI collaboration features, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Collaboration Features
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI collaboration features.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI collaboration features.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-collaboration-features/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Collaboration Features"
|
| 2 |
+
short_description: "Work on AI collaboration features for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI collaboration features in AI Product And UX."
|
skills/ai-disclosure-copy/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-disclosure-copy
|
| 3 |
+
description: "Guidance for AI disclosure copy in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI disclosure copy, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Disclosure Copy
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI disclosure copy.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI disclosure copy.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-disclosure-copy/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Disclosure Copy"
|
| 2 |
+
short_description: "Work on AI disclosure copy for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI disclosure copy in AI Product And UX."
|
skills/ai-feature-scoping/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-feature-scoping
|
| 3 |
+
description: "Guidance for AI feature scoping in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI feature scoping, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Feature Scoping
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI feature scoping.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI feature scoping.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-feature-scoping/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Feature Scoping"
|
| 2 |
+
short_description: "Work on AI feature scoping for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI feature scoping in AI Product And UX."
|
skills/ai-productivity-tools/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-productivity-tools
|
| 3 |
+
description: "Guidance for AI productivity tools in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI productivity tools, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Productivity Tools
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI productivity tools.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI productivity tools.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-productivity-tools/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Productivity Tools"
|
| 2 |
+
short_description: "Work on AI productivity tools for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI productivity tools in AI Product And UX."
|
skills/ai-safety-policy/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-safety-policy
|
| 3 |
+
description: "Guidance for AI safety policy in Security And Privacy. Use when Codex needs to plan, build, review, test, debug, or document work involving AI safety policy, security and privacy, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Safety Policy
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI safety policy.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Security And Privacy task centered on AI safety policy.
|
| 19 |
+
- Identify assets, trust boundaries, and abuse cases first.
|
| 20 |
+
- Minimize sensitive data collection and retention.
|
| 21 |
+
- Verify controls with tests, logs, and reviewable evidence.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-safety-policy/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Safety Policy"
|
| 2 |
+
short_description: "Work on AI safety policy for Security And Privacy."
|
| 3 |
+
default_prompt: "Use this skill to help with AI safety policy in Security And Privacy."
|
skills/ai-settings-panels/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-settings-panels
|
| 3 |
+
description: "Guidance for AI settings panels in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI settings panels, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI Settings Panels
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI settings panels.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI settings panels.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-settings-panels/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI Settings Panels"
|
| 2 |
+
short_description: "Work on AI settings panels for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI settings panels in AI Product And UX."
|
skills/ai-user-onboarding/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: ai-user-onboarding
|
| 3 |
+
description: "Guidance for AI user onboarding in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving AI user onboarding, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# AI User Onboarding
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for AI user onboarding.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on AI user onboarding.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/ai-user-onboarding/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "AI User Onboarding"
|
| 2 |
+
short_description: "Work on AI user onboarding for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with AI user onboarding in AI Product And UX."
|
skills/analytics-event-schemas/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: analytics-event-schemas
|
| 3 |
+
description: "Guidance for analytics event schemas in Databases And Analytics. Use when Codex needs to plan, build, review, test, debug, or document work involving analytics event schemas, databases and analytics, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Analytics Event Schemas
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for analytics event schemas.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Databases And Analytics task centered on analytics event schemas.
|
| 19 |
+
- Start from query patterns and data ownership.
|
| 20 |
+
- Validate indexes, constraints, migrations, and rollback plans.
|
| 21 |
+
- Define metrics in one governed layer when possible.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/analytics-event-schemas/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Analytics Event Schemas"
|
| 2 |
+
short_description: "Work on analytics event schemas for Databases And Analytics."
|
| 3 |
+
default_prompt: "Use this skill to help with analytics event schemas in Databases And Analytics."
|
skills/android-kotlin-apps/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: android-kotlin-apps
|
| 3 |
+
description: "Guidance for Android Kotlin apps in Mobile App Engineering. Use when Codex needs to plan, build, review, test, debug, or document work involving Android Kotlin apps, mobile app engineering, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Android Kotlin Apps
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for Android Kotlin apps.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Mobile App Engineering task centered on Android Kotlin apps.
|
| 19 |
+
- Design for offline, permissions, device sizes, and release stores.
|
| 20 |
+
- Test on realistic devices or emulators.
|
| 21 |
+
- Protect local data and background tasks deliberately.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/android-kotlin-apps/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Android Kotlin Apps"
|
| 2 |
+
short_description: "Work on Android Kotlin apps for Mobile App Engineering."
|
| 3 |
+
default_prompt: "Use this skill to help with Android Kotlin apps in Mobile App Engineering."
|
skills/annotation-workflows/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: annotation-workflows
|
| 3 |
+
description: "Guidance for annotation workflows in AI Product And UX. Use when Codex needs to plan, build, review, test, debug, or document work involving annotation workflows, ai product and ux, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Annotation Workflows
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for annotation workflows.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a AI Product And UX task centered on annotation workflows.
|
| 19 |
+
- Start from user job, risk, and feedback loop.
|
| 20 |
+
- Expose uncertainty and recovery paths without clutter.
|
| 21 |
+
- Measure usefulness, trust, and operational burden.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/annotation-workflows/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Annotation Workflows"
|
| 2 |
+
short_description: "Work on annotation workflows for AI Product And UX."
|
| 3 |
+
default_prompt: "Use this skill to help with annotation workflows in AI Product And UX."
|
skills/anomaly-detection/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: anomaly-detection
|
| 3 |
+
description: "Guidance for anomaly detection in Machine Learning. Use when Codex needs to plan, build, review, test, debug, or document work involving anomaly detection, machine learning, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Anomaly Detection
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for anomaly detection.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Machine Learning task centered on anomaly detection.
|
| 19 |
+
- Start with a simple baseline and leakage checks.
|
| 20 |
+
- Keep train, validation, and test boundaries explicit.
|
| 21 |
+
- Report metrics that match the product decision.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|
skills/anomaly-detection/agents/openai.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
display_name: "Anomaly Detection"
|
| 2 |
+
short_description: "Work on anomaly detection for Machine Learning."
|
| 3 |
+
default_prompt: "Use this skill to help with anomaly detection in Machine Learning."
|
skills/answer-citation-checks/SKILL.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
name: answer-citation-checks
|
| 3 |
+
description: "Guidance for answer citation checks in Prompting And Evaluation. Use when Codex needs to plan, build, review, test, debug, or document work involving answer citation checks, prompting and evaluation, AI systems, software delivery, data workflows, or model quality."
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Answer Citation Checks
|
| 7 |
+
|
| 8 |
+
## Core Workflow
|
| 9 |
+
|
| 10 |
+
1. Confirm the user goal, target environment, inputs, outputs, constraints, and success criteria for answer citation checks.
|
| 11 |
+
2. Inspect existing code, data, prompts, models, configs, or product flows before proposing changes.
|
| 12 |
+
3. Choose the smallest implementation path that fits the current system and keeps future maintenance clear.
|
| 13 |
+
4. Add focused validation for behavior, quality, security, privacy, cost, and operational risk where relevant.
|
| 14 |
+
5. Report the concrete change, verification performed, and remaining assumptions.
|
| 15 |
+
|
| 16 |
+
## Subject Checklist
|
| 17 |
+
|
| 18 |
+
- Treat this as a Prompting And Evaluation task centered on answer citation checks.
|
| 19 |
+
- Create representative positive, negative, and adversarial examples.
|
| 20 |
+
- Separate prompt changes from model changes during evaluation.
|
| 21 |
+
- Use measurable rubrics instead of vague quality language.
|
| 22 |
+
- Prefer existing project conventions, libraries, schemas, and deployment patterns.
|
| 23 |
+
- Avoid broad rewrites unless the current structure blocks a correct solution.
|
| 24 |
+
|
| 25 |
+
## Deliverables
|
| 26 |
+
|
| 27 |
+
- Produce implementation steps, code edits, tests, prompts, model choices, data checks, or review findings as the task requires.
|
| 28 |
+
- Make tradeoffs explicit: accuracy, latency, cost, safety, maintainability, and user experience.
|
| 29 |
+
- Leave enough context for another engineer or agent to reproduce the result.
|