<table class="skill-table">
    <thead>
        <tr>
            <th>Command</th>
            <th>Phase</th>
            <th>Description</th>
        </tr>
    </thead>
    <tbody>
{{#each skills}}
        <tr>
            <td><a href="#skill-{{slug}}"><code>/{{slug}}</code></a></td>
            <td><span class="skill-phase">{{phase}}</span></td>
            <td>{{firstSentence description}}</td>
        </tr>
{{/each}}
    </tbody>
</table>
