Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
Pratiyush
GitHub creator profile

Pratiyush

Repository-level view of 30 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
30
repositories
4
occupation fields
3
updated
2026-04-22
repository explorer

Repositories and representative skills

#001
skill-sdk
13 skills00updated 2026-04-07
43% of creator
skill-with-extended
ソフトウェア品質保証アナリスト・テスター

Demonstrates extended spec features. Use when learning about security, testing, composition.

2026-04-07
crlf-skill
ソフトウェア品質保証アナリスト・テスター

A skill with CRLF line endings. Use when testing CRLF handling.

2026-04-07
empty-body
ソフトウェア開発者

A skill with no body content at all. Use when testing empty body parsing.

2026-04-07
extended-skill
ソフトウェア品質保証アナリスト・テスター

Fixture for extended spec validation tests. Use when testing extended fields.

2026-04-07
max-length-desc
ソフトウェア開発者

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

2026-04-07
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
ソフトウェア開発者

Max length name test.

2026-04-07
skill-with-ignore
ソフトウェア開発者

A test skill with a .skillignore file. Use when testing filterFiles behavior.

2026-04-07
unicode-name
ソフトウェア開発者

Unicode test skill 🤖 with Chinese 你好 and Arabic مرحبا characters. Use when testing unicode handling.

2026-04-07
Showing top 8 of 13 collected skills in this repository.
#002
agent-catalog
8 skills00updated 2026-04-07
27% of creator
project-maintenance
ソフトウェア開発者

Maintain project health by enforcing PR checklists, tracking open issues, verifying release readiness, and ensuring framework phases are up to date. Use when reviewing PRs, creating issues, preparing releases, or auditing project state.

2026-04-07
skill-template
ソフトウェア開発者

Scaffold new Agent Skills with best-practice structure and frontmatter. Use when the user wants to create a new skill, bootstrap a skill directory, or generate SKILL.md boilerplate following the Agent Skills spec.

2026-04-07
data-validation
ソフトウェア開発者

Validate CSV and JSON data files against schemas and quality rules. Use when the user asks to check data quality, validate a dataset, or verify file contents match an expected schema.

2026-04-07
dependency-audit
情報セキュリティアナリスト

Audit project dependencies for known vulnerabilities, outdated packages, and license compliance issues. Use when the user asks to check dependencies, audit packages, review licenses, or assess supply chain security.

2026-04-07
hello-skill
通訳者・翻訳者

Generate friendly greeting messages in multiple languages. Use when the user asks for a hello message, welcome text, or localized greeting.

2026-04-07
release-notes
ソフトウェア開発者

Maintain project release notes, changelogs, and framework phase updates. Use when the user asks to generate a changelog, draft release notes, update CHANGELOG.md, or track framework phase transitions.

2026-04-07
test-generator
ソフトウェア品質保証アナリスト・テスター

Generate test file stubs and boilerplate from source code analysis. Use when the user asks to create tests, add test coverage, or scaffold test files for existing source code.

2026-04-07
code-quality
ソフトウェア品質保証アナリスト・テスター

Analyze Java source files for code quality issues including style violations, complexity warnings, and common anti-patterns. Use when reviewing Java code, running quality checks, or preparing for code review.

2026-04-06
#003
llm-wiki
6 skills28142updated 2026-04-22
20% of creator
wiki-all
ソフトウェア開発者

Run the complete llmwiki pipeline from scratch — init, sync, graph, build, lint, and serve. Use when the user says "run everything", "full pipeline", "wiki-all", or wants to rebuild the entire wiki from session history.

2026-04-22
llmwiki-ingest
ソフトウェア開発者

Ingest one source document (or a folder of them) into the llmwiki. Use when the user drops a new markdown file, PDF, or URL into the wiki and asks you to process it. The user will typically say "ingest this", "add this to the wiki", "process this file into the wiki", or point at a file under `raw/`.

2026-04-08
llmwiki-query
ソフトウェア開発者

Answer a question by querying the user's llmwiki. Use when the user asks about their own past work — "what did I decide about X", "what have I been working on", "how did I solve Y", "what's my preferred approach to Z", or any question that the wiki (built from their session history) might answer. Always read the wiki first before falling back to external search.

2026-04-08
llmwiki-sync
ソフトウェア開発者

Sync Claude Code session transcripts into the user's llmwiki and ingest them into the wiki. Use when the user says "sync the wiki", "update llmwiki", "ingest recent sessions", "refresh the knowledge base", or asks a knowledge question that would benefit from up-to-date sessions. Also use when the user explicitly asks to refresh or rebuild the LLM wiki from their agent history.

2026-04-08
project-maintainer
ソフトウェア開発者

Maintain an llmwiki-style open-source project across the full framework pipeline. Use when the user says "maintain the project", "check my tasks", "update progress", "run phase gate", "do a monthly verify", "lint my wiki", "check stale entries", or invokes any form of ongoing project-keeping chore. Reads _progress.md, tasks.md, docs/roadmap.md, and .github issues to figure out what's next and what's drifted.

2026-04-08
self-learn
コンピュータサイエンスの高等教育教員

Extract reusable patterns from recent sessions, propose framework improvements, and (with approval) update the framework docs. This is the dogfooding meta-loop — the project learns from its own usage. Use when the user says "learn from this", "what did we learn", "extract lessons", "update the framework", "add this to steering rules", or after completing any substantial feature or debugging session.

2026-04-08
#004
jira-to-pr-sql-scripts
3 skills00updated 2026-04-20
10% of creator
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました