feat(web): add comprehensive tool detail pages and API routes

- Add /api/tools/[slug] endpoint to fetch individual tool by package name
- Create dynamic /tool/[slug] detail pages with complete tool information
- Display installation commands, usage examples, parameters, and stats
- Add breadcrumb navigation and links between search and detail pages
- Update tool search page to link to detail pages
- Show AI agent integration info, frameworks, tags, and quality scores

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-11-28 04:45:35 +10:00
parent 66dac336b0
commit b0375057ca
4 changed files with 736 additions and 3 deletions

1
.gitignore vendored
View file

@ -42,3 +42,4 @@ storybook-static
# changesets
.changeset/*.md
!.changeset/README.md
.vercel