Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Nutlope/self.so
/ SkillsProps
Interface
SkillsProps
components/resume/Skills.tsx:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
type Skills = readonly string[];
6
7
interface SkillsProps {
8
skills: Skills;
9
className?: string;
10
}
11
12
/**
13
* Skills section component
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected