hackathon-journey-manager

Manage multi-phase hackathon programs with phases, activities, content, and assessments.

2|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/passionseed/ps_app --skill hackathon-journey-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hackathon-journey-manager
Source: https://github.com/passionseed/ps_app/tree/main/.agents/skills/hackathon-journey-manager
Command: npx skills add https://github.com/passionseed/ps_app --skill hackathon-journey-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Hackathon organizers struggle to plan, organize, and track multi-phase programs. This Skill provides a structured model to create, edit, and manage phases, activities, content, and assessments in a single workflow.

Core Features & Use Cases

  • Migration setup: one-time table creation for hackathon_programs, phases, activities, content, and assessments.
  • UI/API for ongoing work: create and edit programs, phases, activities, and content, with sequencing and due dates.
  • Access control: authenticated reads; service_role writes.
  • Data model overview: program → phases → activities → content and assessments, including multiple assessments per activity with display_order.
  • Reference usage: examples for common operations, including phase/activity creation, content attachment, and assessment setup.

Quick Start

Create a new hackathon program, add phases, and attach activities to start running a multi-phase event.

Frequently Asked Questions about hackathon-journey-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage multiple phases in a hackathon program?

Set up a structured model linking hackathon programs, phases, activities, content, and assessments to organize workflows. This workflow sequences phases, assigns activities, distributes content, and tracks assessments across teams within a single organized system.

How do I track assessments for hackathon activities?

Track hackathon assessments by attaching multiple assessments to activities with a defined display order. This structured model organizes activities and content while tracking assessments across teams throughout multi-phase hackathon programs.

What data model is needed to organize a hackathon program?

Organizing a hackathon program requires a structured model with tables for hackathon programs, phases, activities, content, and assessments. This one-time setup links programs to phases and activities for end-to-end management.

Can I control read and write access for hackathon program management?

Hackathon program management supports role-based access control with authenticated reads and service role writes. This secures the creation, editing, and tracking of hackathon phases, activities, content, and assessments.

How do I add content and activities to a hackathon phase?

Add content and activities to a hackathon phase by creating the phase, attaching activities with due dates, and linking content. Reference examples guide common operations including phase creation, content attachment, and assessment setup.