Repository Analysis

vercel-labs/skills

The open agent skills tool - npx skills

0.6 Likely human-written View on GitHub
0.6
Adjusted Score
0.6
Raw Score
100%
Time Factor
2026-05-28
Last Push
20,723
Stars
TypeScript
Language
20,528
Lines of Code
81
Files
12
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 12

Pattern Findings

12 matches across 2 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers10 hits · 10 pts
SeverityFileLineSnippet
LOWscripts/sync-agents.ts22function generateAvailableAgentsTable(): string {
LOWscripts/sync-agents.ts64function generateSkillDiscoveryPaths(): string {
LOWscripts/validate-agents.ts23function checkDuplicateDisplayNames() {
LOWsrc/blob.ts199export function getSkillFolderHashFromTree(tree: RepoTree, skillPath: string): string | null {
LOWsrc/installer.ts484export async function installRemoteSkillForAgent(
LOWsrc/installer.ts603export async function installWellKnownSkillForAgent(
LOWsrc/agents.ts16export function getOpenClawGlobalSkillsDir(
LOWsrc/skills.ts49export function shouldInstallInternalSkills(): boolean {
LOWsrc/update.ts229export async function getProjectSkillsForUpdate(
LOWsrc/update.ts246export async function checkAndPromptForDeletions(
Over-Commented Block2 hits · 2 pts
SeverityFileLineSnippet
LOWsrc/installer.ts901 // Build list of directories to scan: canonical + each installed agent's directory
LOWsrc/git.ts41 // `git-lfs filter-process`, and aborts the checkout with: