Imported from dedyirawaninc/dedyirawaninc (
AGENTS.md). Install upstream withnpx skills add dedyirawaninc/dedyirawaninc. Copyright stays with the author.
Repository Guidelines
Purpose and Scope
This is the GitHub profile repository for dedyirawaninc. GitHub renders the
root README.md on the owner's profile. The repository currently contains no
application code, package manager, build process, or automated test suite.
Keep changes focused on the profile content. Do not introduce frameworks, dependencies, generated sites, or CI workflows unless the task explicitly requires them.
Repository Layout
README.md— the public profile page and primary deliverable.AGENTS.md— instructions for agents working in this repository.
If assets are added, place them in a clearly named directory such as assets/
and reference them with relative paths so previews work in forks and branches.
Editing Conventions
- Write GitHub-flavored Markdown.
- Preserve UTF-8 encoding; headings contain emoji. Some Windows console configurations may display valid UTF-8 as mojibake, so do not "repair" characters based only on terminal rendering.
- Keep badge and statistics image URLs on HTTPS.
- Use descriptive alt text for new images where practical.
- Keep each social badge paired with its intended destination link.
- Preserve the overall section order unless a requested redesign calls for a broader change: socials, technology stack, GitHub statistics, visitor count.
- Avoid unrelated reformatting of the long badge lists. Small tasks should produce small, reviewable diffs.
- Treat public contact details, usernames, and profile links as intentional personal data. Do not add or change them without an explicit request or a reliable source in the repository.
- The footer notes that the README was created with GPRM. Preserve it unless the profile is deliberately being rewritten away from that generated format.
Validation
There are no build or test commands. Before finishing a change:
- Inspect
git diff --checkfor whitespace errors. - Inspect
git diff -- README.mdand confirm only intended profile content changed. - Check Markdown pairs and URLs manually, especially nested badge syntax of
the form
[](destination-url). - Confirm new URLs use
https://(except intentional schemes such asmailto:) and do not contain accidental spaces. - Preview
README.mdwith a GitHub-compatible Markdown renderer when making layout-heavy changes.
Network checks are optional because badge and stats providers can be flaky or rate-limited. If performed, treat redirects as normal and report persistent broken links without silently replacing services.
Change Hygiene
- Do not commit secrets, private contact information, access tokens, or local editor files.
- Do not commit generated caches or downloaded badge images unless the task explicitly moves the profile to local assets.
- Follow the existing concise, imperative commit style (for example,
Update social links). - In a pull request, summarize the visible profile changes and mention any external badge, statistics, or social-link providers added or removed.