Agent skill · AI & Agents

ai-ml-technologies

Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-ml/ai/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 & Emerging Technologies Skill ## Quick Start - OpenAI API ```python from openai import OpenAI client = OpenAI(api_key="sk-...") # Simple completion response = client.chat.completions.create( model="gpt-4", messages=[ {"role": "system", "content": "You are helpful assistant"}, {"role": "user", "content": "Explain machine learning"} ], temperature=0.7, max_tokens=500 ) print(response.choices[0].message.content) ``` ## Core Technologies ### AI & LLMs - OpenAI API (GPT-4) - Claude API (Anthropic) - Open-source LLMs (Llama, Mistral) - LangChain for applications - Vector databases (Pinecone, Weaviate) ### Machine Learning - TensorFlow / PyTorch - scikit-learn - XGBoost - Hugging Face Transformers ### Blockchain & Web3 - Solidity for smart contracts - Web3.js / Ethers.js - Hardhat development - Foundry ### Game Engines - Unity (C#) - Unreal Engine (C++) - Godot (GDScript) ## Best Practices 1. **AI Ethics** - Consider societal impact 2. **Testing** - Rigorous evaluation 3. **Monitoring** - Track model performance 4. **Documentation** - Clear decision records 5. **Security** - Smart contract auditing 6. **Cost Optimization** - Minimize API usage 7. **Version Control** - Track models an

What's inside
Steps it walks through
  1. Quick Start - OpenAI API
  2. Core Technologies
  3. AI & LLMs
  4. Machine Learning
  5. Blockchain & Web3
  6. Game Engines
  7. Best Practices
  8. Resources
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-ml-technologies skill do?

Master AI, machine learning, LLMs, prompt engineering, and blockchain development. Use when building AI applications, working with LLMs, or developing smart contracts.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai --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