Skip to main content
bakwankawa
GitHub creator profile

bakwankawa

Repository-level view of 17 collected skills across 2 GitHub repositories.

skills collected
17
repositories
2
updated
Mar 20, 2026
repository explorer

Repositories and representative skills

conversation-memory
software-developers

Store and retrieve conversation session context for continuity across sessions (project-level). Saves completed conversations organized by datetime (hour-level granularity) to .codex/conversations/ and enables loading previous sessions to continue context.…

Feb 17, 2026
dispatching-parallel-agents
software-developers

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

Feb 17, 2026
dual-remote-push
software-developers

Pushes the current branch to both remotes (upstream corporate and origin internal) so GitHub activity appears on the user's repo. Use only when the user explicitly asks to push to both remotes, sync to both repos, or invokes this dual-remote push workflow.

Feb 17, 2026
efficient-quality-coding
software-developers

Enforce writing high-quality and high-performance code without unnecessary overhead. Use when generating, refactoring, or reviewing code to avoid repeated initialization, unnecessary loops, excessive memory usage, and premature optimizations, while never…

Feb 17, 2026
jira
software-developers

Natural language interaction with Jira for managing issues, sprints, and workflows using jira CLI or Atlassian MCP. Use when the user mentions Jira tickets, issue keys, sprints, backlogs, or asks to create or modify Jira issues.

Feb 17, 2026
human-readable-timestamp-logging
software-developers

Add human-readable timestamped logging with per-function timing breakdowns to identify latency bottlenecks. Use when instrumenting code, adding observability, profiling request flows (API routes, dependencies, DB calls), or when the user asks to measure…

Feb 17, 2026
new-project-scaffold
software-developers

Scaffolds a brand-new project with a clean, best-practice folder structure, pinned latest-stable dependencies, and a Docker Compose–ready layout. Designed to bootstrap production-ready codebases from day one.

Feb 17, 2026
pre-commit-docs-sync
software-developers

Ensures README.md and .codex/project_architecture.md are fully updated and accurate BEFORE a commit is created. README.md must function as a complete, step-by-step SOP for running and operating the application. Prevents commits from landing with outdated,…

Feb 17, 2026
Showing 8 of 16 collected skills.
Showing 2 of 2 repositories
All repositories loaded