resources-page-generator
When the user wants to create, optimize, or audit resources page or content hub. Also use when the user mentions "resources page," "resource center," "content hub," "learning center," "resource library," "downloads," "templates," "guides," or "resource hub." For content hub planning, use content-strategy.
What this skill does
# Pages: Resources Guides resources page and content hub structure for discovery and SEO. **When invoking**: On **first use**, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output. ## Initial Assessment **Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for content themes and audience. Identify: 1. **Content types**: Blog, guides, webinars, templates, tools (or standalone /tools; see **tools-page-generator**) 2. **Audience**: Buyers, users, both 3. **Funnel stage**: Top, middle, bottom ## Best Practices ### Purpose - **Help buyers buy**: Content that supports decision-making - **Help users succeed**: How-to, best practices - **SEO**: Organize for discoverability and topical authority ### Structure | Element | Purpose | |---------|---------| | **Categories** | By topic, format, or funnel stage | | **Filters** | Format (blog, guide, video), topic, date | | **Featured** | Highlight key assets | | **Search** | Help users find specific content | | **Contextual embeds** | Resource tiles on product pages | ### Navigation - **Visible**: Resources in main nav or top-level section - **Not buried**: Higher than content hubs in hierarchy - **Clear labels**: "Resources," "Learn," "Content Library" ### Organization - **Avoid junk drawer**: Intentional structure; not a catch-all - **Logical hierarchy**: Folders, tags, categories - **Internal linking**: Connect related content ### Integration - **Product pages**: Embed relevant resources (streams, tiles) - **Landing pages**: Lead magnet (ebook, template) or webinar as resource; LP exchanges value for email - **Blog**: Part of resources or separate with cross-links - **Glossary**: Link from resources ## Tools Integration - **Standalone /tools**: When many free tools; use **tools-page-generator**; toolkit hub + per-tool pages - **Resources section**: When few tools; embed tool cards in resources hub ## Output Format - **Structure** (categories, filters) - **Navigation** placement - **Content** types to include - **Internal linking** strategy - **SEO** metadata ## Related Skills - **card**: Resource card structure; thumbnail, title, format, CTA; tiles in hub - **grid**: Resource hub grid layout; tiles - **tools-page-generator**: Standalone /tools when many free tools; toolkit hub - **landing-page-generator**: Lead magnet (ebook, webinar) as LP offer; LP exchanges resource for email - **url-slug-generator**: URL slug for resource pages (e.g. /resources/guide-slug); 3-5 words - **blog-page-generator**: Blog may be part of resources - **glossary-page-generator**: Glossary as resource - **tools-page-generator**: Standalone /tools when many free tools; toolkit hub - **content-strategy**: Content hub strategy - **internal-links**: Resource page linking
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.