SkillAgentSearch skills...

Use

What Pinoy Tech Hackers use

Install / Use

/learn @openphilippines/Use
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Use

What Pinoy Tech Hackers use.

Adding yourself

  1. Fork openphilippines/use and add a username.html file containing this:
---
layout: default
---

<script>
Flatdoc.run({
  fetcher: Flatdoc.github('username/use')
});
</script>
  1. Add yourself to index.md:
## [Your Name](username.html)

* Github: https://github.com/username
* Website http://yoursite.com
* Other links: http://otherlinks
  1. Send a pull request.

  2. Create an orphan master branch and add a README.md that will contain your setup:

git checkout --orphan master
git rm -rf .
vim README.md
git add README.md
git commit -m "Initial commit"
git push origin master

Check https://github.com/marksteve/use for an example.

  1. Go to Settings and set master as default branch. You're done!

Note that you do the pull request with the gh-pages branch. Your master branch is your own. Its readme is fetched by Flatdoc dynamically, making it possible for you to update your setup without waiting for pull requests to be approved and merged.

Powered by

  • Flatdoc by @rstacruz
  • Jekyll by @mojombo
  • Github Pages
View on GitHub
GitHub Stars14
CategoryDevelopment
Updated2mo ago
Forks21

Languages

HTML

Security Score

75/100

Audited on Jan 13, 2026

No findings