🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

1ai-skills

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1ai-skills

1337 production-ready AI agent skills with self-evolving meta-skills — cybersecurity, SEO, trading, marketing, automation, devops, content, financial services

latest
Source
npmnpm
Version
3.6.0
Version published
Weekly downloads
56
-28.21%
Maintainers
1
Weekly downloads
 
Created
Source

1ai-skills

Your AI agent is lazy. These 1337 skills fix that.

AI agents skip tests, ignore security, write placeholder code, and cut corners whenever they can. 1ai-skills forces them to follow real workflows with anti-rationalization tables, code examples, and verification checklists — across every domain.

Skills Tested Warnings License Categories

The Problem

Your AI agent says:

"I'll add tests later." "Security is a nice-to-have." "This placeholder works fine."

It doesn't. It won't. It never does.

The Solution

Every skill in this library includes an Anti-Rationalization Table — a structured argument that prevents your agent from cutting corners:

| Rationalization | Reality |
|---|---|
| "Tests slow me down" | Bugs slow you down 10x more. Tests are speed, not overhead. |
| "I will refactor later" | Technical debt compounds. Refactor as you go. |
| "It works on my machine" | If it is not in CI, it does not work. Ship proof, not claims. |

Quick Start

/plugin marketplace add oyi77/1ai-skills
/plugin install 1ai-skills@1ai-skills

Cursor

git clone https://github.com/oyi77/1ai-skills.git
cp -r 1ai-skills/cybersecurity/* .cursor/rules/

Gemini CLI

gemini skills install https://github.com/oyi77/1ai-skills.git --path skills

Any Agent

git clone https://github.com/oyi77/1ai-skills.git
# Point your agent to the skills/ directory

1337 Skills Across 19 Categories

CategorySkillsWhat It Covers
Cybersecurity786Threat hunting, forensics, pen testing, SOC ops, incident response
Development92TDD, debugging, code review, PRD, engineering workflows
Content64Video, audio, design, writing, document generation
Mindset55Negotiation, leadership, critical thinking, productivity
Marketing45SEO, viral content, email, ads, growth
Core44AI infrastructure, memory, self-improvement, model routing
Integrations36GitHub, Discord, Notion, Slack, Stripe, Firebase, Supabase
DevOps33Docker, Kubernetes, CI/CD, cloud ops, GitOps
Automation28Bots, workflows, scrapers, process automation
Research23Deep research, market analysis, competitive intelligence
Trading20Crypto, DeFi, Polymarket, trading strategies
Operations19Business ops, governance, HR, legal, project management
Agents16AI agent orchestration, coding, research, autonomous execution
MCP14Model Context Protocol servers and tool integrations
Meta13Self-evolving meta-skills, performance monitoring
Financial15Finance analysis, valuation, tax, portfolio management
Sales14Lead generation, CRM, outreach, sales automation
Data10Data pipelines, analysis, visualization, ETL
Productivity10Calendars, email, meetings, workspace management

What Makes This Different

Other repos1ai-skills
Skills24-100 curated1337 tested
Anti-rationalizationSomeEvery skill
Code examplesSomeEvery skill
Test suiteNone8-dimension, 100% pass
CybersecurityNone786 skills
Verification checklistsSomeEvery skill
Dynamic websiteStaticAuto-generated from data
Self-evolvingNoMeta-skills that improve

Every Skill Has

  • YAML frontmatter — Machine-readable metadata (name, description, domain, tags)
  • Anti-Rationalization Table — Prevents agents from cutting corners
  • Code Examples — Concrete, runnable code (Python, JS, Bash, SQL)
  • Workflow — Step-by-step instructions with bold labels
  • When to Use — 3+ trigger conditions
  • When NOT to Use — 2+ contraindications
  • Verification Checklist — Success criteria you can check

Test Suite

python3 scripts/test-skills.py           # Full test
python3 scripts/test-skills.py --quick   # Skip SDK checks
python3 scripts/test-skills.py --json    # JSON output
python3 scripts/test-skills.py --skill NAME  # Single skill

8 test dimensions:

  • Structure (YAML frontmatter, required fields)
  • Content (sections, depth, no placeholders)
  • Code syntax (Python ast.parse, JS/TS, Bash)
  • Internal links (all /skills/ links resolve)
  • Description quality (50-200 chars, action-oriented)
  • Quality markers (anti-rationalization, code, verification)
  • SDK availability (referenced imports are installable)
  • Workflow completeness (has workflow section)

Result: 1337/1337 PASS · 0 warnings · 0 failures

New Skills (Just Added)

SkillCategoryWhat It Does
docx-creatorcontentGenerate Word documents programmatically
pdf-creatorcontentCreate, edit, extract PDFs
pptx-creatorcontentBuild PowerPoint presentations
xlsx-creatorcontentCreate Excel spreadsheets with formulas
canvas-designcontentGenerative art, SVG, data visualizations
frontend-ui-designcontentReact/Vue UI components, design systems
theme-factorycontentDesign tokens, color systems, typography
gemini-api-devcoreGoogle Gemini API integration
replicate-runnercoreRun AI models on Replicate cloud
model-routercoreMulti-provider LLM routing
stripe-integrationintegrationsStripe payments and subscriptions
supabase-integrationintegrationsSupabase auth, DB, real-time
firebase-integrationintegrationsFirebase auth, Firestore, functions
bigquery-integrationintegrationsBigQuery analytics and SQL
spec-driven-developmentdevelopmentPRD-first workflow
context-engineeringdevelopmentAgent context window design
browser-testing-devtoolsdevelopmentPlaywright E2E testing
git-workflow-masterydevelopmentAdvanced Git workflows

Self-Evolving System

1ai-skills includes 13 meta-skills that make the library improve itself:

  • skill-tracker — Logs every skill invocation with metrics
  • skill-evolver — Analyzes usage patterns and suggests improvements
  • skill-feedback-capture — Captures user feedback on skill quality
  • auto-learner — Learns from corrections and updates skills
  • performance-monitor — Tracks skill success rates and response quality
  • skill-banner — Shows activation banner with skill summary

Slash Commands

CommandWhat It Does
/findSearch and activate the right skill
/auditRun comprehensive skill library audit
/lintLint and fix skill content quality
/new-skillCreate a new skill from template

For Contributors

# Create a new skill
python3 scripts/generate-site.py          # Regenerate website
bash scripts/audit-skills.sh --write      # Update SKILLS.json
python3 scripts/validate-skills.py        # Validate structure
python3 scripts/test-skills.py            # Run all tests

See CONTRIBUTING.md for guidelines.

Compatible With

  • Claude Code
  • Cursor
  • Gemini CLI / Antigravity
  • Windsurf
  • OpenCode
  • GitHub Copilot
  • Kiro
  • Any agent that reads SKILL.md files

License

MIT — use freely, contribute back.

Star this repo if it saves your agent from being lazy.

Keywords

ai

FAQs

Package last updated on 01 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts