Co-Pilot
Updated a month ago

droid-tings

Oovachiever
0.0k
ovachiever/droid-tings
82
Agent Score

💡 Summary

Droid Tings is a curated collection of 375 skills and 155 custom droids for the Claude AI and Factory's Droid system.

🎯 Target Audience

AI developers seeking reusable skillsData scientists looking for specialized droidsBusiness analysts needing automation toolsResearchers in need of scientific computing resourcesDevOps engineers wanting streamlined workflows

🤖 AI Roast:A buffet of skills, but good luck finding the one you actually need!

Security AnalysisMedium Risk

The repository may pose risks related to dependency supply chain vulnerabilities and unauthorized access to sensitive data. It's crucial to review all dependencies and implement access controls.

Droid Tings 🤖

A comprehensive, curated collection of 375 skills and 155 custom droids for Claude AI and Factory's Droid system. This repository aggregates the best skills and droids from multiple sources into a single, well-organized collection ready for immediate use.

📊 Collection Statistics

  • Total Skills: 375
  • Total Droids: 155
  • Total Commands: 2
  • Combined Resources: 532
  • Categories: AI/ML, Development, Scientific Research, Business, Security, Design, and more
  • Sources: 15+ open-source repositories + personal custom droids
  • Format: Factory-compatible SKILL.md, droid .md, and command .md files

🎯 What's Included

🎪 Custom Droids (155 droids)

Autonomous AI agents with specialized expertise:

  • Languages: Python, TypeScript, Rust, Go, Java, C++, Ruby, Elixir, Scala, PHP, and more
  • AI/ML Specialists: Prompt engineers, MLOps, model training, inference optimization
  • Architecture: System architects, database architects, cloud architects, Kubernetes experts
  • Security: Blue team, red team, security coders, compliance experts
  • Business: Content marketing, sales automation, customer support, business analysis
  • Scientific: Fixed star astrology, harmonic mathematics, temporal analysis
  • Quality & Compliance: ISO 13485, ISO 27001, FDA, GDPR, MDR specialists
  • DevOps: CI/CD, infrastructure, observability, incident response
  • Frontend/Backend: Senior engineers for all major stacks
  • Data: Data engineers, data scientists, analytics specialists

🎮 Custom Commands (2 commands)

Reusable workflow commands for common tasks:

  • start - Comprehensive project onboarding briefing for any codebase
    • Systematic analysis using project-onboarding-briefer droid
    • Complete system overview, architecture layers, data flow visualization
    • Git evolution analysis, code statistics, quality validation
    • Professional assessment with ratings and enhancement recommendations
    • Phased onboarding roadmap for new team members
  • understand - "Understand First, Implement Once" (UFIO) methodology
    • Requirements extraction and validation before coding
    • Multi-solution approach generation with trade-off analysis
    • Detailed implementation planning with approval gates
    • Single-session execution for first-time success
    • Comprehensive verification and rollback procedures

AI & Machine Learning (80+ skills)

  • LLM Frameworks: LangChain, LlamaIndex, DSPy, Guidance, Instructor
  • Training & Fine-tuning: TRL, Axolotl, Unsloth, LLaMA-Factory, DeepSpeed
  • Inference & Serving: vLLM, SGLang, TensorRT-LLM, LLaMA.cpp
  • Optimization: LoRA, QLoRA, GPTQ, Flash Attention, Model Pruning
  • Safety & Alignment: Constitutional AI, LlamaGuard, NeMo Guardrails
  • Evaluation: LM Evaluation Harness, MLflow, Weights & Biases

Scientific Research (120+ skills)

  • Bioinformatics: Biopython, scanpy, scvi-tools, PyDESeq2, AnnData
  • Cheminformatics: RDKit, DeepChem, Datamol, MolFeat
  • Data Analysis: Pandas, Polars, Dask, Vaex, SciPy, Statsmodels
  • Visualization: Matplotlib, Seaborn, Plotly, NetworkX
  • Machine Learning: Scikit-learn, PyTorch Lightning, SHAP
  • Databases: PubMed, UniProt, PDB, ChEMBL, KEGG, DrugBank, COSMIC

Development & Engineering (100+ skills)

  • Frontend: React, Next.js, TailwindCSS, shadcn/ui, Zustand
  • Backend: Node.js, FastAPI, Django, Express, Hono
  • Databases: PostgreSQL, Drizzle ORM, Supabase
  • Cloud: Cloudflare Workers (18 skills), Vercel, AWS
  • AI Integration: OpenAI, Anthropic, Google Gemini, ElevenLabs
  • Testing: Playwright, Vitest, Jest, E2E patterns

Business & Product (40+ skills)

  • Product Management: PRD templates, roadmaps, user stories
  • Marketing: Content creation, SEO, demand generation
  • Quality & Regulatory: ISO 13485, ISO 27001, FDA compliance, GDPR
  • Executive: CEO advisor, CTO advisor, business analysis

Documentation & Writing (25+ skills)

  • Scientific Writing: LaTeX, research papers, citations, peer review
  • Clinical: Clinical reports, treatment plans, clinical decision support
  • Technical: API documentation, README generation, changelogs

Utilities & Automation (30+ skills)

  • Document Processing: PDF, DOCX, PPTX, XLSX, Markdown
  • Data: CSV analysis, exploratory data analysis
  • Notion Integration: Knowledge capture, meeting intelligence
  • Developer Tools: Git helpers, testing, security scanning

🚀 Quick Start

Installation for Factory Droid

  1. Clone this repository:

    git clone https://github.com/ovachiever/droid-tings.git cd droid-tings
  2. Install skills:

    # For project-specific skills cp -r skills/* .factory/skills/ # For personal skills (available across all projects) cp -r skills/* ~/.factory/skills/
  3. Install custom droids:

    # For project-specific droids cp droids/* .factory/droids/ # For personal droids (available across all projects) cp droids/* ~/.factory/droids/
  4. Install custom commands:

    # For project-specific commands cp commands/* .factory/commands/ # For personal commands (available across all projects) cp commands/* ~/.factory/commands/
  5. Restart your Droid:

    # Factory will automatically detect new skills, droids, and commands

Using Individual Skills, Droids & Commands

Skills are self-contained in their own directories with:

  • SKILL.md - Main skill definition with YAML frontmatter
  • Supporting files (if needed) - References, examples, templates

Droids are autonomous agents defined as:

  • .md files with configuration and instructions
  • Model selection, tool access, and autonomy levels
  • Specialized expertise and domain knowledge

Commands are reusable workflow templates:

  • .md files with YAML frontmatter and detailed instructions
  • Can be invoked by name with optional arguments
  • Combine multiple droids and tools into cohesive workflows
  • Usage: /command-name [optional-arguments]

Browsing the Collection

  • Skills: Browse the skills/ directory (375 skills organized alphabetically)
  • Droids: Browse the droids/ directory (155 custom droids)
  • Commands: Browse the commands/ directory (2 workflow commands)

📚 Documentation

🎓 What is a Skill?

Skills are reusable capabilities that AI agents invoke on demand. They pack instructions, expertise, and tools into a lightweight package.

Key properties:

  • Model-invoked – AI decides when to use them based on the task
  • Composable – Can be chained together in workflows
  • Token-efficient – Focused and not bloated with unused context

A skill can be:

  • A workflow – Step-by-step instructions for a task
  • Expertise – Domain knowledge and conventions
  • Both – Instructions + tools + best practices

📦 Skill Format

Each skill follows the Factory format:

--- name: skill-name description: When and how to use this skill version: 1.0.0 --- # Skill Name ## Overview ... ## Instructions ...

🌟 Featured Skills

AI Development

  • vllm - High-throughput LLM serving with PagedAttention
  • langchain - Framework for building LLM applications
  • pytorch-lightning - Production-ready deep learning

Scientific Computing

  • biopython - Molecular biology toolkit
  • scikit-learn - Machine learning in Python
  • rdkit - Cheminformatics and molecular modeling

Web Development

  • nextjs - React framework for production
  • cloudflare-workers-ai - AI on Cloudflare's edge network
  • drizzle-orm-d1 - Type-safe database ORM

Business & Productivity

  • notion-knowledge-capture - Transform conversations into documentation
  • content-creator - SEO-optimized marketing content
  • senior-architect - Software architecture guidance

📊 Sources

This collection aggregates skills from:

  1. Original skill collections (60 skills)
  2. ComposioHQ/awesome-claude-skills (19 skills)
  3. K-Dense-AI/claude-scientific-skills (111 skills)
  4. alirezarezvani/claude-skills (36 skills)
  5. alirezarezvani/claude-code-tresor (7 skills)
  6. Various specialized repositories (142 skills)

All skills have been verified to work with Factory's Droid system.

🤝 Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

📄 License

This collection is released under the MIT License. See LICENSE for details.

Individual skills may have their own licenses - please check each skill's documentation.

🙏 Acknowledgments

Huge thanks to all the original skill creators and the open-source community for making these skills available.

🔗 Related Resources


Note: This is a community-maintained collection. Skills are provided as-is. Always review skills before using them in production environments.

5-Dim Analysis
Clarity8/10
Novelty7/10
Utility9/10
Completeness9/10
Maintainability8/10
Pros & Cons

Pros

  • Extensive collection of skills and droids
  • Well-organized and easy to navigate
  • Supports a wide range of domains

Cons

  • May require manual review of skills
  • Installation process could be streamlined
  • Limited documentation on individual skills

Related Skills

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author ovachiever.