Search and fetch project scaffold templates, compliance checklists, and reference catalogs from the upstream arnwaldn/project-templates GitHub repository. Use when scaffolding a new project, checking compliance requirements, or looking for existing template inspiration.
npx claudepluginhub arnwaldn/atum-plugins-collection --plugin atum-project-templatesThis skill is limited to using the following tools:
Search and fetch templates from `https://github.com/arnwaldn/project-templates` on demand.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Builds scalable data pipelines, modern data warehouses, and real-time streaming architectures using Spark, dbt, Airflow, Kafka, and cloud platforms like Snowflake, BigQuery.
Builds production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. For data pipelines, workflow orchestration, and batch job scheduling.
Search and fetch templates from https://github.com/arnwaldn/project-templates on demand.
arnwaldn/project-templateshttps://raw.githubusercontent.com/arnwaldn/project-templates/mainAlways start by fetching the master index:
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/INDEX.md
This returns the full catalog of all templates, references, and compliance checklists with descriptions.
Search the index for keywords matching the user's project (e.g., "ecommerce", "ai-assistant", "rag", "saas", "mobile").
Once a matching template is found, fetch its files:
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/<template-name>/README.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/<template-name>/package.json
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/<template-name>/src/app/page.tsx
Or list the template directory via GitHub API:
Bash: gh api repos/arnwaldn/project-templates/contents/<template-name> --jq '.[].name'
For compliance audits, fetch sector-specific or regulation-specific checklists:
# Sector checklists
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/sectors/ecommerce.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/sectors/saas.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/sectors/healthcare.md
# Regulation checklists
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/regulations/gdpr.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/regulations/pci-dss-4.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/regulations/eaa-wcag22-checklist.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/regulations/owasp-2025-checklist.md
# Implementation patterns
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/patterns/cookie-consent.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/patterns/consent-management.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/compliance/patterns/data-subject-requests.md
For inspiration and existing solutions:
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/clone-wars-reference.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/awesome-llm-apps-reference.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/rapidapi-hub-reference.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/codrops-hub-reference.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/glama-mcp-reference.md
WebFetch: https://raw.githubusercontent.com/arnwaldn/project-templates/main/website-templates-reference.md
Web apps (Next.js, React, Vue), AI/ML apps (RAG, agents, chatbots), Python tools, mobile starters, games, and more. Each template is a complete project with package.json/requirements.txt, source code, and README.
Curated from major open-source collections: Clone Wars (~200 app clones), Codrops (~400 creative demos), RapidAPI (~45 API categories), awesome-llm-apps (120+ AI projects), and more.