Tech Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Tech Skills (Plugin) and scored it 65/100 (yellow). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 2 high-severity and 6 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 8 flagged
The text {match} is the classic direct prompt-injection phrasing. Placed in a skill body that the agent reads as trusted instructions, it tries to make the agent abandon its prior rules and follow whatever comes next — a full system-prompt override.
ignore/disregard/forget … previous instructions sentence.The text {match} is the classic direct prompt-injection phrasing. Placed in a skill body that the agent reads as trusted instructions, it tries to make the agent abandon its prior rules and follow whatever comes next — a full system-prompt override.
ignore/disregard/forget … previous instructions sentence.The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
Every scanned point with the score it earned and what moved between them.
Score fell 35 points between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
200+ production-ready AI agent skills for Claude Code and GitHub Copilot.
Features a hierarchical multi-agent system with a Brainstorm → Plan → Implement workflow, 95% token efficiency, advanced domain expertise, and comprehensive safety guardrails for damage control.
You can install this system directly from GitHub. No manual cloning is required for the primary installation methods below.
Install the plugin directly inside Claude Code using one of these two methods:
Option A: Fast CLI (Recommended) Run these commands inside your Claude Code session:
/plugin marketplace add yakoub-ai/Tech-Skills
/plugin install tech-skills@yakoub-aiOption B: Interactive Marketplace UI
/pluginhttps://github.com/yakoub-ai/Tech-Skillstech-skills → select Install for youAdd expert agent skills to your project in one command. You do not need to clone the repository first:
npx yakoub-ai/Tech-Skills install --copilot_This creates .github/copilot-instructions.md that provides expert context to Copilot._
If you prefer to include the agent system as part of your source code, you can clone it manually:
git clone https://github.com/yakoub-ai/Tech-Skills.git
cp -r Tech-Skills/.claude/ /your/project/
cp Tech-Skills/CLAUDE.md /your/project/What's new in v3.0:
User Request
|
Orchestrator (analyzes, plans, coordinates)
|
5 Lead Agents (AI/ML, Platform, Security, Data, Product)
|
25+ Specialist Agents (each with 5-13 skills, loaded on-demand)
|
200+ Skills (expert guidance loaded from skill-docs/)/orchestrator "Build a customer churn prediction model" # Full workflow
/ai "Create a RAG chatbot" # AI/ML tasks
/platform "Deploy to Kubernetes with CI/CD" # DevOps/cloud
/security "Scan for PII and vulnerabilities" # Security
/data "Build ETL pipeline with quality checks" # Data engineering
/product "Create user registration with tests" # Full-stack devJust describe what you need — the orchestrator automatically activates, analyzes keywords, and routes to the right agents:
"Build a REST API with authentication, rate limiting, and monitoring"
→ Orchestrator → Product Lead (backend) + Security Lead (auth) + Platform Lead (monitoring)Reference roles in comments to steer Copilot:
# Using AI Engineer approach for RAG pipeline
def build_rag_system():
pass
# Apply Security Architect best practices
def handle_user_upload(file_data):
pass| Lead | Domain | Specialists | Skills |
|---|---|---|---|
| AI/ML Lead | AI, ML, Data Science | AI Engineer, ML Engineer, Data Scientist, MLOps | 39 |
| Platform Lead | Infrastructure, DevOps | DevOps, SRE, Platform Eng, Network, Docker, AWS/Azure/GCP, FinOps | 83 |
| Security Lead | Security, Compliance | Security Architect, Compliance Officer, Security Hardener | 23 |
| Data Lead | Data Engineering | Data Engineer, Data Governance, Database Admin | 26 |
| Product Lead | Product Development | Product Designer, Frontend/Backend Dev, QA, Tech Writer | 38 |
.claude/
agents/ # Agent definitions (orchestrator, leads, specialists)
orchestrator-agent.md # Master coordinator
ai-ml-lead.md # AI/ML domain lead
platform-lead.md # Platform/DevOps lead
security-lead.md # Security/compliance lead
data-lead.md # Data engineering lead
product-lead.md # Product development lead
specialists/ # 25+ specialist agents
EXECUTION.md # How agents coordinate
SKILL-REGISTRY.md # Skill keyword index
ROLE-REGISTRY.md # Role summary index
QUALITY-GATES.md # Verification checklist
CONTEXT-PROTOCOL.md # Project analysis protocol
USER-PROTOCOL.md # User communication rules
commands/ # Slash command definitions
skill-docs/ # Expert guidance (loaded on-demand)
roles/ # Detailed skill implementations
hooks/ # Safety guardrails
settings.json # System configuration
CLAUDE.md # Auto-loaded bootstrap
marketplace.json # Installation metadataMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.