Agent skill · Security

ai-ethics

Implement ethical AI practices and responsible AI governance. Use for: identifying and mitigating bias in datasets and models, ensuring fairness across demographic groups, implementing transparency and explainability requirements, protecting user privacy and data security, establishing accountability frameworks, conducting ethical impact assessments, complying with AI regulations (GDPR, EU AI Act), implementing human oversight mechanisms, and building trustworthy AI systems aligned with societal values.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-ethics --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/ai-ml/ai-ethics/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Ethics Build responsible, fair, and trustworthy AI systems that respect human rights and societal values. ## Overview AI ethics addresses moral questions and societal impacts of artificial intelligence systems. As AI increasingly influences critical decisions in healthcare, finance, criminal justice, and employment, ensuring ethical development and deployment is paramount. This skill covers fairness, transparency, accountability, privacy, safety, and governance frameworks for responsible AI. ## Core Ethical Principles ### Fairness and Non-Discrimination Ensure AI systems treat all individuals and groups equitably. **Key Concepts:** - **Individual Fairness**: Similar individuals receive similar outcomes - **Group Fairness**: Equal outcomes across demographic groups - **Equalized Odds**: Equal true positive and false positive rates across groups - **Demographic Parity**: Equal prediction rates across groups ```python from aif360.datasets import BinaryLabelDataset from aif360.metrics import BinaryLabelDatasetMetric, ClassificationMetric from aif360.algorithms.preprocessing import Reweighing # Load dataset with protected attributes dataset = BinaryLabelDataset( df=df, label_names=

What's inside
Steps it walks through
  1. Overview
  2. Core Ethical Principles
  3. Fairness and Non-Discrimination
  4. Transparency and Explainability
  5. Accountability
  6. Privacy and Data Protection
  7. Bias Detection and Mitigation
  8. Identifying Bias Sources
  9. Bias Mitigation Techniques
  10. Fairness Metrics
  11. AI Governance Frameworks
  12. OECD AI Principles
  13. EU AI Act Risk Classification
  14. NIST AI Risk Management Framework
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-ethics skill do?

Implement ethical AI practices and responsible AI governance. Use for: identifying and mitigating bias in datasets and models, ensuring fairness across demographic groups, implementing transparency and explainability requirements, protecting user privacy and data security, establishing accountability frameworks, conducting ethical impact assessments, complying with AI regulations (GDPR, EU AI Act), implementing human oversight mechanisms, and building trustworthy AI systems aligned with societal values.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-ethics --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going