install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/frontend/softskill" ~/.claude/skills/diegosouzapw-awesome-omni-skill-softskill && rm -rf "$T"
manifest:
skills/frontend/softskill/SKILL.mdsource content
<div >
<ul class="posts">
{% for post in site.posts %}
{% if post.categories contains 'softskill' %}
<small>{{ post.date | date: "%b %d, %Y"}}</small> <br> <a href="{{ post.url }}"> {{ post.title }}</a> <br> {{ post.abstract }} <br> {% endif %}
{% endfor %}
</ul> </div>