hoodini/ai-agents-skills▌
8 approved skills in this repository
owasp-security
Productivity
Comprehensive guide to preventing OWASP Top 10 vulnerabilities with code examples. \n \n Covers all 10 categories with prevention patterns: access control, cryptography, injection, design flaws, misconfiguration, vulnerable dependencies, authentication, data integrity, logging, and SSRF \n Includes production-ready TypeScript/Node.js code examples for each vulnerability type, from parameterized queries to secure password hashing and JWT token management \n Provides practical implementations for
mermaid-diagrams
AI/ML
Create diagrams and visualizations using Mermaid markdown syntax.
web-accessibility
Productivity
web-accessibility
analytics-metrics
Productivity
Build data visualization components with Recharts.
mobile-responsiveness
Productivity
Build responsive, mobile-first web applications.
figma
Productivity
Extract design data, generate code from components, and automate design workflows with Figma's API.
mongodb
Backend
MongoDB and Mongoose schema design, querying, aggregation pipelines, and performance optimization. \n \n Covers both native MongoDB driver and Mongoose ODM with connection setup, CRUD operations, and graceful shutdown patterns \n Schema design guidance including embedded vs. referenced documents, virtuals, validation, indexes, and text search configuration \n Query operations with 20+ operators (comparison, logical, array, regex) plus find, update, and upsert patterns with query builders \n Aggr
github-trending
Productivity
Scrape and display GitHub trending repositories with language and time-period filtering. \n \n Provides two approaches: direct web scraping of github.com/trending using Cheerio, or GitHub Search API as an official alternative \n Extracts repository metadata including owner, name, description, programming language, star count, forks, and stars gained in the selected period \n Supports filtering by programming language and time range (daily, weekly, monthly) \n Includes ready-to-use Next.js API ro