zexion7873/copilot-setting

Agentic context engineering for GitHub Copilot — agents route, skills execute, instructions enforce, hooks guard. Tuned for legacy Java 8 / Spring 3.2 / Hibernate 4.2 / JSP.

1Stars on the repository
25Mods indexed here, across every type
29d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing .java code — Java 8 version-lock floor: syntax, exceptions, logging, concurrency. Triggers on: var, records, text blocks, List.of/Map.of, pattern matching, java.time, BigDecimal, SLF4J. Forces Java 8, not modern Java. Defer SQL/Spring/JSP to their files.

1 29d ago A 1,326 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing a .jsp view — XSS-safe encoding, JSTL-only (no scriptlets). Triggers on: c:out/fn:escapeXml, raw ${...}, / scriptlets, EL in onclick/javascript:, JSON in , view-layer LazyInitializationException. Defer XSS internals to security.instructions.md.

1 29d ago A 556 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or auditing Java/JSP web code (Spring 3.2 + Hibernate 4.2, no Spring Boot) — OWASP Top 10. Triggers on: CSRF/session/cookie flags, BCrypt hashing (no MD5/SHA-1), XXE, ProcessBuilder command injection, SSRF, ObjectInputStream deserialization. Defer SQL injection to sql.instructions.md, XSS to…

1 29d ago B 1,258 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing Java or hbm.xml on a Spring 3.2 + Hibernate 4.2 stack — native Session API, XML mappings/tx, Spring MVC. Triggers on: getCurrentSession (not openSession), hbm.xml (not JPA @Entity), (not @Transactional), @Controller/@RequestMapping (not @GetMapping). No Spring Boot/JPA. Defer SQL to…

1 29d ago A 1,366 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing MySQL DDL or migration scripts — CREATE/ALTER TABLE, indexes, stored procedures, backfills. Triggers on: ALTER TABLE, ALGORITHM=INSTANT/INPLACE, online schema change (pt-osc, gh-ost), rollback scripts, chunked backfill, DROP COLUMN, sp stored procedures. MySQL 8.0 / InnoDB. Query and…

1 29d ago A 989 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing SQL in Java code — JDBC DAOs, HQL, query tuning. Triggers on: PreparedStatement/? (no concat), :paramName, no SELECT , WHERE on UPDATE/DELETE, indexes, EXPLAIN. Raw JDBC, not Spring Boot. DDL/migrations: sql-ddl.instructions.md. Defer Hibernate queries to spring-hibernate.instructions.md.

1 29d ago A 732 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing a Test.java / IT.java file — JUnit 4 + Mockito + Spring Test 3.2. Triggers on: @RunWith(MockitoJUnitRunner / SpringJUnit4ClassRunner), org.junit.Test, @Before/@After, @Transactional auto-rollback. Not JUnit 5 (@BeforeEach/@ExtendWith) or @SpringBootTest. Defer non-test Java to…

1 29d ago A 609 tokens original MIT

zexion7873/copilot-setting

Instructions file GitHub Copilot

Load when writing or reviewing stack XML — Spring applicationContext, hbm.xml, web.xml, or Maven pom.xml. Triggers on: (not ), spring-beans-3.2.xsd (not 4.0), , DispatcherServlet, , scope test/provided, source/target 1.8, no -SNAPSHOT/LATEST. No Spring Boot. Defer SQL/Java to their files.

1 29d ago A 924 tokens original MIT

zexion7873/copilot-setting

Instructions file CodexOpenCode

AGENTS.md instructions for zexion7873/copilot-setting, covering copilot-setting — agent guide, communication language, repository purpose, validation commands and architecture.

1 29d ago A 2,786 tokens original MIT

zexion7873/copilot-setting

Instructions file

Claude Code instructions for zexion7873/copilot-setting: Canonical agent guidance for this repo lives in AGENTS.md (the cross-tool standard read natively by Codex, Cursor, Copilot, etc.). Claude Code reads CLAUDE.md, so this file imports AGENTS.md to keep one source of truth — do not duplicate content here. -->.

1 29d ago A 74 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: