Skip to main content

convex-hackathon-skill

Create and update an evidence-based hackathon.md build log for a Convex project. Use when a user invokes $convex-hackathon-skill, /convex-hackathon-skill, or /hackathon; mentions a Convex hackathon; asks to start, backfill, refresh, or correct a hackathon build log; or wants submission-ready project history. Work from local repository evidence, keep claims honest, exclude secrets and personal data, and never submit, deploy, or commit.

설치로 이동

소스 정보

저장소
get-convex/convex-hackathon-skill
최근 소스 활동
2026년 8월 29일 20:45
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
convex-hackathon-skill
description
Create and update an evidence-based hackathon.md build log for a Convex project. Use when a user invokes $convex-hackathon-skill, /convex-hackathon-skill, or /hackathon; mentions a Convex hackathon; asks to start, backfill, refresh, or correct a hackathon build log; or wants submission-ready project history. Work from local repository evidence, keep claims honest, exclude secrets and personal data, and never submit, deploy, or commit.
# Convex hackathon skill Keep one `hackathon.md` file at the project root current while the user builds. Treat the file as a public, evidence-based build log. ## Interpret the request Support two actions: - **Update:** Run for `$convex-hackathon-skill`, `/convex-hackathon-skill`, `/hackathon`, or a natural-language request to update the hackathon log. - **Start:** Run for the same invocation followed by `start`, or an explicit request to create the log from existing project history. If the user requests an update and `hackathon.md` does not exist, start it automatically. Do not require the user to know the start action. ## Run the workflow 1. Locate the project root. - Prefer the result of `git rev-parse --show-toplevel` when Git is available. - Otherwise, use the current workspace root. 2. Read `references/log-format.md` before creating or editing `hackathon.md`. 3. Inspect `hackathon.md` if it exists. Preserve factual user corrections and the exact header field names. 4. Collect local evidence without changing the project. - With Git, inspect commit history, the working tree, staged changes, and changed-file summaries. Do not count generated or dependency files as product progress. - Without Git, inspect source files, configuration, and modification times. Treat timestamps as weaker evidence and say so in the entry when needed. - Inspect project manifests, Convex configuration, registered components, frontend deployment configuration, and relevant source files. 5. Create or update the log. - On start, backfill meaningful Git history in chronological order. Group tightly related commits from the same work session when that reads better. - On update, append one UTC-dated entry for new evidence since the latest logged commit or update time. - Refresh header facts that changed. - Keep entries in plain language and connect detected Convex features to the files that show them. 6. Check idempotency before saving. - If no commits, staged changes, working-tree changes, or newer source evidence exist, leave the file unchanged. - Do not add a duplicate entry just to refresh the timestamp. - Run the redaction scan in **Protect public data** over the whole file, not only the new entry, before saving. A file another tool wrote can still carry personal data into this run. 7. Report the result in a few lines. Show the new entry or say that the log was already current. ## Use evidence carefully - Derive the project name from a manifest, existing product copy, or the folder name. - Derive the repository URL from the configured Git remote when available. - List a Convex component only when `convex/convex.config.ts` or an equivalent config registers it. A dependency alone does not prove use. - List a Convex feature only when source code or config shows it. - Record AI model names only when code, config, project docs, or the user's own statement identifies them. Do not guess the model that built the app. - Use `not deployed` for an unknown live app or Convex deployment. Do not stop a normal update to ask for a URL. Ask once only when the user requests final submission cleanup and the missing fact cannot be detected. - Omit an unknown event name. Never ask for an event name, date, or access code. - Prefer `none` over an invented value for components, auth, or AI models. ## Protect public data Treat `hackathon.md` as public. - Never open or dump `.env`, `.env.local`, secret stores, deployment keys, or credential files to fill the log. - Read public deployment URLs from checked-in config, source, existing docs, or user-provided values. Reading variable names from an example env file is fine; do not copy real environment values. - Never include API keys, tokens, passwords, cookies, private keys, email addresses, phone numbers, street addresses, precise coordinates, private host names, or application database records. - Scan the drafted file for address-shaped text before saving: a local part, an `@`, and a domain. Replace every match with `[redacted inbox]`, including matches in entries that already existed. Then tell the user in one line what was removed. - Redact a person's name that came from a message, an inbox, or a `From` display name. A name the user gave as their own byline is fine. - Mail is a normal thing to build, so log the behavior instead of the address. Signed webhook verification, thread routing, approval gates, escalation, and delivery failures are all evidence. The sending address is not. Write `the case inbox` or name the provider. Env var names such as `AGENTMAIL_INBOX_ID` are safe to log; their values are not. - Remove secret or personal data from a requested entry and tell the user in one line what was omitted. - Do not call production APIs or query application data to make the log richer. ## Stay inside the boundary - Edit only `hackathon.md` unless the user asks for another change. - Never create a Git commit, push, deploy, publish, or submit. - Do not score the project or promise how judges will evaluate it. - Do not rewrite older factual entries for tone alone. - If local evidence conflicts with an existing claim, keep the evidence-based value and briefly flag the correction. ## Keep the tone useful Write as the builder: direct, factual, and brief. Use two to six lines per log entry when possible. Name shipped behavior before implementation detail. Show the entry, accept corrections, and return to the build.
GitHub에서 보기