Skip to content

fix(web): homepage entry count excludes tutorials and docs #247

@LucasSantana-Dev

Description

@LucasSantana-Dev

What

The homepage total entry count in apps/web/src/pages/index.astro only sums skills + agents + servers + hooks + commands + tools. Tutorials and docs are not included, so the displayed count is lower than the actual catalog size.

Acceptance criteria

  • total variable includes tutorials.length and docs.length
  • Displayed count matches actual catalog entry count

Evidence

  • apps/web/src/pages/index.astroconst total = skills.length + agents.length + servers.length + hooks.length + commands.length + tools.length;

Surfaced by /backlog on 2026-05-27. Dedup key: inline-shell:index.astro:total-count.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backlog-skillCreated by /backlogcat:bugCreated by /backlogeffort:xsCreated by /backlogsev:lowCreated by /backlog

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions