Tremor Skills Appendix

Tremor is a reference implementation and operating example, not the product itself. This page summarizes the local skill library that supports the company graph and explains how to read the library as an operating reference. The skill corpus is the capability layer: it tells roles what kinds of work they are supposed to do and which methods belong to which lane.

How To Read This Page

  1. Start with the skill family, not the individual file name.
  2. Ask whether the skill is for governance, platform work, sensory work, product work, verification, or infrastructure.
  3. Use the source link to open the full skill contract.
  4. Prefer the smallest skill that answers the immediate question.

Skill Families

FamilyExamplesPurpose
Governance and planningstrategy, company-ops, roadmap-management, risk-management, raid, git-governanceDirection, cadence, and decision hygiene
Platform and transportswift-concurrency, swift-6, network-framework, multipeer-connectivity, serialization, deterministic-systemsState, sync, and runtime discipline
Sensory and renderingcplusplus, core-audio, core-haptics, metal, arkit, coreml, vision, vision-search, blender, synthetic-dataSimulation, audio, perception, and assets
Product and experienceux-design, swiftui, motion-design, hapticsInteraction and presentation quality
Verification and QAhardware-testing, automation, playwright, latency-benchmarking, qa-automation, stress-testing, test-architecture, test-analysis, simulation, chaos-testingConfidence, coverage, and failure detection
Research and synthesisretrieval, generative-ai, python, dsp, signal-processingKnowledge extraction and synthesis
Release hygiene and infrastructureci-cd, xcode-cloud, security, artifact-integrityBuild, release, and integrity support

Operating Model

The library is tuned for the company template, not for generic reuse:
  • Leadership and operations skills help the company stay governable.
  • Platform skills support deterministic runtime behavior.
  • Sensory skills support the tactile and visual experience.
  • QA and release skills keep the system shippable.
That mix is why Tremor works well as a reference implementation: the skills are grouped around actual operating responsibilities rather than abstract technology themes.

Source Set

SourceWhat It Adds
Skills READMETop-level guidance and coverage summary
Skill files/operating/skills
StrategyExample governance skill
Company OpsExample operations skill

Reading Tip

If the question is about what a role should be able to do, read the relevant skill family first. If the question is about how a role should behave in the company graph, read the agent and team pages alongside the skills page.