I still dont understand why people still have not using these agent skills ๐
you installed claude code, hermes agent, grok bot then these are must use skills for you if you wanna build a one person company with ai agent
35 skills that turn agents into a full company
a senior engineer
1. superpowers โ https://t.co/kfoUlDTNJd
2. agent-skills โ https://t.co/BImQEbzdvy
3. karpathy-skills โ https://t.co/TYDHglDfvJ
4. gstack โ https://t.co/A2a1rCeMtn
a product designer
5. ui-ux-pro-max-skill โ https://t.co/8MuRfKS7U8
6. taste-skill โ https://t.co/UrMpZcaJLL
7. impeccable โ search github "impeccable" claude skill
a qa tester
8. Codex (paid)
9. playwright-mcp โ search github playwright-mcp
10. skills โ https://t.co/Fv8pZhdWuX
a docs team
11. markitdown โ https://t.co/Oehr1MhTpS
12. skills โ https://t.co/Fv8pZhdWuX
13. frontend-slides โ search github frontend-slides
a marketer
14. marketingskills โ search github marketingskills
15. claude-seo โ search github claude-seo
16. humanizer โ https://t.co/iNw5OwcGtI
17. Apify (paid)
a social manager
18. social-media-skills โ search github social-media-skills
19. ManyChat (paid)
20. GPT Image 2 (paid)
a motion designer
21. HiggsField (paid)
22. hyperframes โ search github hyperframes
23. OpenMontage โ search github OpenMontage
24. OpenCut โ search github OpenCut
a researcher
25. Agent-Reach โ search github Agent-Reach
26. last30days-skill โ search github last30days-skill
27. NotebookLM (free)
an ops manager
28. Notion MCP (free)
29. github-mcp-server โ https://t.co/XjcSjpqvQz
30. claude-mem โ https://t.co/wh5VUVDt08
31. mem0 โ
the whole agency
32. agency-agents โ search github agency-agents
33. awesome-claude-skills โ search github awesome-claude-skills
34. agents โ search github claude agents
35. claude-skills โ search github claude-skills
most repos are free, a few paid tools are marked
don't install all 35 day one pick the role you're missing and add 2-3
bookmark this for your agentic stack
If I had to relearn backend development from zero,
I'd learn these in this order:
1. How a request actually travels
DNS โ TCP โ TLS โ HTTP โ Load Balancer โ Server
2. What happens when two requests hit the same data
Concurrency โ Locks โ Transactions โ Race conditions
3. Why an API becomes slow
Connection pools โ N+1 queries โ Indexes โ Network latency โ p95/p99
4. How systems communicate
REST โ gRPC โ WebSockets โ Webhooks โ Queues โ Event streams
5. What happens when things fail
Timeouts โ Retries โ Backoff โ Circuit breakers โ Idempotency
6. How one server becomes 100
Stateless services โ Load balancing โ Caching โ Replication โ Sharding
7. How to know what's actually happening
Logs โ Metrics โ Traces โ Profiling โ Alerting
Don't learn backend as a list of technologies.
Learn what happens to your code after you press "Send".