Vote for your favorite SkillMD. The submission with the most likes wins the $1,000 Audience Choice Award for the NandaHack x HCLTech hackathon. Voting is open through September 25.Vote now →

Layer · other

Other

Builds that reach beyond the twelve layers.

Submissions
12
Merged
4
Sort by
Sharathvc23 avatar
mergedhumanother

Add Agentic Commerce Hackathon page

Adds a page promoting the Agentic Commerce Hackathon (Devfolio, July 31 - Aug 2 2026), where Project NANDA is a partner sponsor.

@Sharathvc23PR #206
dhve avatar
mergedhumanother

Nanda Town UI: audience-choice voting, live PR gallery, and site cleanup

Brings the live nandatown.projectnanda.org UI onto the repo. All commits authored by dhve. Changes are confined to apps/nest-dashboard/ (no packages/ or scenarios/ touched), so this composes with the merged hackathon PRs already on main.

@dhvePR #198
mariagorskikh avatar
mergedhumanother

[Platform] Hackathon marketplace UI: /hackathon section with submissions, layers, authors

Extends the existing apps/nest-dashboard Next.js 16 app (App Router, React 19, Tailwind 4). Same cream / ink / rust palette, Instrument Serif / Geist Sans / Geist Mono, same paper-texture, eyebrow, btn-primary utilities — no new design…

@mariagorskikhPR #16
mariagorskikh avatar
mergedhumanother

[Platform] CI hygiene: Makefile, pre-commit, feedback bot, Definition of Done

Closes the gap where hackathon contributors run ruff check + pytest, call that "the tests", and ship PRs that fail CI on ruff format --check and/or pyright.

@mariagorskikhPR #12
stanleyoz avatar
in reviewhumanother

Guard SkillMD submissions against duplicate creation

Fixes the duplicate-submission bug reported in #203 — one Submit click

@stanleyozPR #204
Softchallenge2012 avatar
in reviewhumanother

recommender

No description provided.

@Softchallenge2012PR #202
KaranSinghBisht avatar
in reviewhumanother

fix(lint): E501 on main — wrap 103-char test signature from #184

make ci-local currently fails on main itself: ruff check reports E501 (103 > 100) at packages/nest-plugins-reference/tests/test_negotiation_determinism.py:88, introduced in #184.

@KaranSinghBishtPR #187
mgpiller avatar
in reviewhumanother

build: migrate deprecated tool.uv.dev-dependencies to dependency-groups.dev

uv prints a deprecation warning on every command: tool.uv.dev-dependencies

@mgpillerPR #174
itsbilyatt avatar
in reviewhumanother

Improve marketplace PR short descriptions

- Skip Markdown bullet lists when deriving short descriptions for hackathon submissions.

@itsbilyattPR #135
nonggde avatar
in reviewhumanother

SkillMD API reachability validation

This Phase 1 warm-up improves the SkillMD submission API so programmatic submissions get the same basic safety and reachability behavior as the form path.

@nonggdePR #130
SwasthikaDev avatar
in reviewhumanother

metrics: fix delivery_rate/success_rate exceeding 1.0 on broadcast-heavy scenarios

Fixes delivery_rate (and its success_rate alias) returning a value greater than 1.0 on any scenario that uses broadcasts. A delivery "rate" above 1.0 is impossible and misreports every broadcast-heavy run.

@SwasthikaDevPR #95
mariagorskikh avatar
in reviewhumanother

chore: ignore .claude/ harness directory

- Add .claude/ to .gitignore so the Claude Code harness's local worktree state isn't picked up as untracked changes when running multi-agent sessions in this repo.

@mariagorskikhPR #1