Skip to content

feat: 0.5.0 task 03 - agent skill #4

Merged
hsnice16 merged 3 commits intomainfrom
feat/v0.5.0-task-03
May 2, 2026
Merged

feat: 0.5.0 task 03 - agent skill #4
hsnice16 merged 3 commits intomainfrom
feat/v0.5.0-task-03

Conversation

@hsnice16
Copy link
Copy Markdown
Owner

@hsnice16 hsnice16 commented May 1, 2026

Summary

  • Introduce Agent Skill to score the codebase in the local environment

Motivation

  • Item in version 0.5.0 in Roadmap

Changes

  • Skill page to list down the use

Testing

  • In localhost

hsnice16 and others added 2 commits April 30, 2026 16:57
Ship the portable agent skill that scores the user's current repo locally
and recommends a model class. Self-contained: vendored scorer, no service
dependency, works offline — same property as task 02's PR-diff Action.

- Sibling repo `agent-friendly-skill` (v0.1.1, floats `v0`) ships SKILL.md
  + ncc-bundled dist/index.js. Vendored into this repo via
  `npx skills add hsnice16/agent-friendly-skill#v0`; skills-lock.json pins
  ref + content hash so the bundle is reproducible.
- New /skill SEO landing page: install command, score → model mapping,
  optional SessionStart hook snippets for Claude Code + Codex, FAQ, and
  JSON-LD (BreadcrumbList + SoftwareApplication + FAQPage).
- README "Public API" section documents /api/score for external integrators
  (siblings vendor the scorer; they don't call this at runtime).
- AGENTS.md "Sibling repos" mirror discipline now covers both action and
  skill; SIBLING_VERSION in lib/version.ts is the single-source pin that
  drives ACTION_USES, SKILL_INSTALL_CMD, and the #v0 ref in skills-lock.json.
- Layout footer reorganised into Primary + Tools columns; nav surfaces
  /action and /skill; sitemap and /llms.txt include /skill.
- Panel + CopySnippet gain a tone vocabulary (warn / info / tip) so the
  install card, hook snippets, and per-page CTAs share styling.
- Bundled along: gitignore-aware size signal (uses ignore@7.0.5), tests
  for both .gitignore patterns and the baseline ignore set.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 1, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-friendly-code Ready Ready Preview, Comment May 2, 2026 7:46am

@hsnice16 hsnice16 changed the base branch from main to feat/v0.5.0-task-02 May 1, 2026 19:53
Base automatically changed from feat/v0.5.0-task-02 to main May 2, 2026 07:39
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

Agent Friendly Code — score diff

Overall: 90.7 → 90.7 (±0.0)

Per model

Model Base Head Δ
Claude Code 95.3 95.3 ±0.0
Cursor 85.5 85.5 ±0.0
Devin 94.8 94.8 ±0.0
GPT-5 Codex 96.3 96.3 ±0.0
Gemini CLI 85.5 85.5 ±0.0
Aider 86.5 86.5 ±0.0
OpenHands 85.4 85.4 ±0.0
Pi 96.6 96.6 ±0.0

No signals changed between base and head.


Posted by agent-friendly-action.

@hsnice16 hsnice16 merged commit feda27d into main May 2, 2026
4 checks passed
@hsnice16 hsnice16 deleted the feat/v0.5.0-task-03 branch May 2, 2026 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant