Vibe IndexVibe Index
SkillsMCP ServersMarketplacesPluginsPicks
πŸ’»
Vix Code Beta
Integrated AI Coding Tool Β· Beta
⚑
Vibe Index Skill
Project recommendations
πŸ”Œ
Vibe Index MCP
Search from AI tools
πŸ”‘
Vibe Index API
Developer interface
Ranking
Vibe IndexVibe Index

Everything you need for vibe coding. Real-time updates on skills, plugins, MCP servers, and marketplaces.

Resources

  • Skills
  • MCP Servers
  • Marketplaces
  • Plugins

Support

  • About Us
  • Intro Seminar
  • Contact Us
  • Sync Activity

Legal

  • Privacy Policy
  • Terms of Service

Β© 2026 Vibe Index. All rights reserved. Operated by JoLab

πŸ›‘οΈ Security scanning active on all resources

Vibe Index is an independent, community-driven directory. Not affiliated with, endorsed by, or sponsored by Anthropic, Vercel, Microsoft, or any other company whose tools are listed here. All product names and trademarks are the property of their respective owners.

source-driven-development

1 results for tag "source-driven-development"

🎯

Skills

1
source-driven-developmentaddyosmani/agent-skills1.1K0

Ground every framework-specific implementation decision in official documentation rather than training data. Workflow: Detect stack/versions from `package.json`/`pyproject.toml`/`go.mod`/etc., fetch the exact relevant docs page (e.g. `react.dev/reference/react/useActionState`, not the homepage), implement matching those patterns, and cite full URLs (prefer deep links with anchors) in code comments. Treats Stack Overflow, blog posts, and training data as non-authoritative and requires explicit `UNVERIFIED:` flags when no doc exists.

source-driven-development