Claude Code plugins and skills for AI-assisted development workflow automation.
Focused plugins with progressive disclosure—skills load knowledge only when activated, keeping context minimal.
/plugin marketplace add mohammed-io/agentic-ai-tools/plugin install dev-workflowDevelopment workflow skills including work tracking and task management.
Skills included:
- Work Tracking - Enforces mandatory work tracking before code changes with progressive todo updates and crash recovery
Medical decision support system with specialty-specific guidance for informational purposes only. NOT a replacement for professional medical care.
Skills included:
- Doctor Diagnose Assistant - Interactive assistant that systematically gathers patient information through structured questioning, provides differential diagnoses, and coordinates specialist consultations across 20+ medical specialties
Medical Specialties: Cardiology, Pulmonology, Gastroenterology, Neurology, Nephrology, Endocrinology, Infectious Disease, Hematology/Oncology, Psychiatry, Clinical Psychology, Emergency Medicine, Surgery, Pediatrics, OB/GYN, Geriatrics, Dermatology, Urology, Rheumatology, Pharmacology
agentic-ai-tools/
├── .claude-plugin/
│ └── marketplace.json # Plugin manifest
├── plugins/
│ ├── dev-workflow/
│ │ └── skills/
│ │ └── work-tracking/
│ │ ├── README.md
│ │ ├── SKILL.md
│ │ └── scaffold/
│ │ ├── bin/
│ │ └── ...
│ └── medical-diagnosis/
│ ├── agents/ # Medical specialty agents
│ ├── commands/ # Diagnostic commands
│ └── README.md
└── README.md
MIT